0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-23 20:33:16 -05:00
logto/packages/connectors/connector-feishu-web/README.md
Gao Sun 6b322a537c
refactor: add connector packages
the initial commit to move all connector packages to the main
repo.
2023-04-01 15:53:14 +08:00

22 lines
1.1 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 飞书网页
先进企业协作与管理平台,一站式无缝办公协作,团队上下对齐目标,全面激活组织和个人。
## 开始上手
飞书网页连接器是为桌面网页应用设计的。它采用了 OAuth 2.0 认证流程。
## 注册飞书开发者账号
如果你还没有飞书开发者账号,请在 [开放平台](https://open.feishu.cn/?lang=zh-CN) 注册。
## 创建应用
1. [开发者首页](https://open.feishu.cn/app?lang=zh-CN) 下方有 「创建企业自建应用」
2. 填写应用名称,选择「企业自建应用」,点击「创建应用」
3. 在左侧「安全设置中」添加相应的「重定向 URL」 `${your_logto_origin}/callback/${connector_id}`。其中 `connector_id` 在管理控制台添加了相应的连接器之后,可以在连接器的详情页中找到
4. 左侧「凭证与基本信息」中可以获取「AppID」、「AppSecret」
5. 左侧「应用发布」中需要发布第一个版本「AppID」、「AppSecret」才会生效
> **Note**
> 应用不发布版本所获取的「AppID」、「AppSecret」 均无法使用,或请求错误。