0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-30 20:33:54 -05:00

chore(connector): update wecom connector readme (#5894)

This commit is contained in:
Charles Zhao 2024-05-17 18:20:01 +08:00 committed by GitHub
parent dd2f2e992c
commit f1d5f724d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,8 +2,6 @@
The custom connector for WeCom (maybe called WXwork) social sign-in.
I suggest using a different sign-in method if available. Logging in from WeCom is not user-friendly enough.
## Get started
Sign in to [WeCom WebUI](https://work.weixin.qq.com/) with an admin account or click **Manage the enterprise(管理企业)** from the WeCom app.
@ -19,7 +17,7 @@ Now we have the Agent ID (NOT APPID) and Secret.
Set the things you need on this page. It would be like:
- Allowed users: _who can see this app_
- App Homepage: _Your app homepage. E.g., `logto.io/demo-app`_
- App Homepage: _Your app homepage. E.g., `logto.io/demo-app`_
**Important**
There are three items on this page regarding the "Developer API(开发者接口)".
@ -30,8 +28,6 @@ There are three items on this page regarding the "Developer API(开发者接口)
Fill them according to the guide of WeCom.
> Maybe you should do something according to the guide of WeCom who should act according to the requirements of some others. God bless you.
### Corp ID
If you are familiar with WeChat development, you may notice that the use of Corp ID is the same as APP ID.
@ -44,6 +40,6 @@ So we have the Agent ID, Secret, and Corp ID.
Let's complete the form for the connector.
You can leave the `Scope` field blank as it is optional. Alternatively, you can fill in `snsapi_base` or `snsapi_privateinfo`. I apologize for not testing it fully.
You can leave the `Scope` field blank as it is optional. Alternatively, you can fill in `snsapi_base` or `snsapi_privateinfo`.
**Save and done**