Lark
note
This is an example of how to configure a Lark OAuth provider.
Step 1: Create a Lark application
First, you need to create a new application on the Lark Open Platform and enable it.
You can find the App ID
and App Secret
in the basic information of your application.
Next, add the redirect URL <your-casdoor-domain>/callback
(e.g., http://localhost:7001/callback
) in the security settings of your application.
Step 2: Create a Lark OAuth provider
Now create a Lark OAuth provider in Casdoor. Fill in the necessary information.
Name | Name in Lark |
---|---|
Category | Choose OAuth |
Type | Choose Lark |
Client ID | App ID obtained from Step 1 |
Client secret | App Secret obtained from Step 1 |
Now you can use Lark as the third-party service to complete authentication.