简体   繁体   English

Wso2 身份服务器版本 5.3.0 OAuth 客户端密钥

[英]Wso2 Identity Server Version 5.3.0 OAuth Client Key

I`m trying to automate the following process.我正在尝试自动化以下过程。 Currently i am adding roles to existing user (Users and Roles -> list -> user -> Assign Roles), after that I go to Service Providers -> add -> Inbound Authentication Configuration -> OAuth/OpenID Connect Configuration and send created OAuth Client Key and OAuth Client Secret to requester.目前我正在向现有用户添加角色(用户和角色 -> 列表 -> 用户 -> 分配角色),之后我 go 到服务提供商 -> 添加 -> 入站身份验证配置 -> OAuth/OpenID 连接配置并发送创建的 OAuth客户端密钥和 OAuth 客户端密钥给请求者。 Is there any way to automate all this process or is there any API's or app for that?有什么方法可以自动化所有这些过程,或者是否有任何 API 或应用程序可以做到这一点? Thanks.谢谢。

I think you can use SOAP API for this flow.我认为您可以为此流程使用 SOAP API 。

For role management, you can use RemoteUserStoreManager and for Service Provider IdentityApplicationManagementService, you can found more information in this documentation:对于角色管理,您可以使用 RemoteUserStoreManager,对于服务提供者 IdentityApplicationManagementService,您可以在此文档中找到更多信息:

https://docs.wso2.com/display/IS530/Using+the+Service+Provider+API https://docs.wso2.com/display/IS560/Managing+User+Stores+with+APIs https://docs.wso2.com/display/IS530/Using+the+Service+Provider+API https://docs.wso2.com/display/IS560/Managing+User+Stores+with+APIs

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM