Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(connector): improve DingTalk web connector readme #5977

Merged
merged 15 commits into from
Jun 4, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs(connector): optimize format
  • Loading branch information
aidenlu committed May 29, 2024
commit 7dbc996892012f82888db2d3c9b68ede02d70f30
11 changes: 8 additions & 3 deletions packages/connectors/connector-dingtalk-web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ Fill out the `clientId` and `clientSecret` field with _Client ID(formerly AppKey

That's it. The DingTalk connector should be available now. Don't forget to [Enable connector in sign-in experience](https://docs.logto.io/docs/tutorials/get-started/passwordless-sign-in-by-adding-connectors#enable-social-sign-in).

Once DingTalk web connector is enabled, you can sign in to your app again to see if it works.

> ℹ️ **Note**
> Please ensure strict compliance with the usage specifications and development guidelines of the DingTalk Open Platform during the development process.

Expand Down Expand Up @@ -128,12 +130,15 @@ scope 目前支持两种值:openid 和 openid corpid。openid 授权后可以
| clientSecret | string |
| scope | string |

## 测试钉钉连接器

大功告成。别忘了 [在登录体验中启用本连接器](https://docs.logto.io/docs/tutorials/get-started/passwordless-sign-in-by-adding-connectors#enable-social-sign-in)。

在钉钉web连接器启用后,你可以构建并运行你的应用看看是否生效。

> ℹ️ **Note**
> 请确保在开发过程中,严格遵守钉钉开放平台的使用规范和开发指南。

## 测试钉钉连接器
完成了。钉钉连接器现在应该可以使用了。别忘了在登录体验中启用连接器。

## 支持

如有任何问题或需进一步帮助,请访问 [钉钉开发者文档](https://open.dingtalk.com/document/orgapp/obtain-identity-credentials) 或联系钉钉技术支持。
Loading