mirror of
https://github.com/logto-io/logto.git
synced 2025-01-06 20:40:08 -05:00
.. | ||
src | ||
CHANGELOG.md | ||
logo.svg | ||
package.json | ||
README.md |
Set up social sign-in with Feishu
Feishu Web: An advanced enterprise collaboration and management platform, offering seamless office collaboration and aligning team goals to fully activate organizations and individuals.
Getting started with Feishu social sign-in
The Feishu web connector is designed for desktop web applications and uses the OAuth 2.0 authentication process.
Register a Feishu developer account
If you do not have a Feishu developer account, please register on the Feishu Open Platform.
Create an application
- On the Developer Console, click "Create Custom App".
- Fill in the application name, description, select an icon, and click "Create" button.
- In the left sidebar, click "Security Settings", fill in the "Redirect URL" as
${logto_endpoint}/callback/${connector_id}
. The corresponding value can be found in theCallback URI
field on the Feishu connector details page in the Logto Console. - In "Credentials & Basic Info", you can obtain the "App ID" and "App Secret".
ℹ️ Note For non-enterprise internal use, you also need to click "Create a version" button in "Version Management and Release" page. The "App ID" and "App Secret" will only take effect after the application status changes to "Enabled."