0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-06 20:40:08 -05:00
logto/packages/connectors/connector-feishu-web
2024-12-20 10:24:55 +00:00
..
src fix: remove the plus sign in front of the phone number (#5801) 2024-04-29 15:35:25 +08:00
CHANGELOG.md release: version packages (#6197) 2024-08-08 13:00:14 +08:00
logo.svg
package.json chore: upgrade vitest and happy-dom (#6858) 2024-12-08 01:11:15 +08:00
README.md chore: update translation of connector readmes (#6899) 2024-12-20 10:24:55 +00:00

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

  1. On the Developer Console, click "Create Custom App".
  2. Fill in the application name, description, select an icon, and click "Create" button.
  3. 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 the Callback URI field on the Feishu connector details page in the Logto Console.
  4. 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."