0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
logto/packages/connectors/connector-wecom
Darcy Ye 763dd60cd6
fix(console,core,connector): fix display issues and POST /connectors API code guard (#6481)
* fix(console,core,connector): fix display issues

* chore: add changeset
2024-08-21 03:17:28 +00:00
..
src fix(console,core,connector): fix display issues and POST /connectors API code guard (#6481) 2024-08-21 03:17:28 +00:00
CHANGELOG.md release: version packages (#6197) 2024-08-08 13:00:14 +08:00
logo.svg feat(connector): add connector-wecom (#5411) 2024-02-28 10:23:41 +08:00
package.json release: version packages (#6197) 2024-08-08 13:00:14 +08:00
README.md chore(connector): update wecom connector readme (#5894) 2024-05-17 10:20:01 +00:00

WeCom OAuth2 connector

The custom connector for WeCom (maybe called WXwork) social sign-in.

Get started

Sign in to WeCom WebUI with an admin account or click Manage the enterprise(管理企业) from the WeCom app.

In the "App Management" tab, scroll the page down and click "Create an app".

Fill in the appropriate information according to your app. Then create.

Now we have the Agent ID (NOT APPID) and Secret.

Website info

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

Important There are three items on this page regarding the "Developer API(开发者接口)".

  1. Web Authorization and JS-SDK;
  2. Log in to via authorization by WeCom;
  3. Enterprise Trusted IP;

Fill them according to the guide of WeCom.

Corp ID

If you are familiar with WeChat development, you may notice that the use of Corp ID is the same as APP ID.

You can find the Corp ID at the bottom of the "My Enterprise(我的企业)" tab page. It seems like ww**** .

Configure the connector

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.

Save and done