简体   繁体   English

WSO2 身份服务器与 APIM 连接,用于用户管理

[英]WSO2 Identity Server connectivity with APIM for User Management

We are trying to establish connectivity between WSO2 APIM and WSO2 Identity server , so that we can use Identity Server for User Management on top of APIM .我们正在尝试在 WSO2 APIM 和 WSO2 身份服务器之间建立连接,以便我们可以在 APIM 之上使用身份服务器进行用户管理

We have gone through almost all documentation available on the website.我们已经浏览了网站上几乎所有可用的文档。

Also went through the documentation of "Using WSO2 Identity Server as Key Manager with APIM", but found it insufficient.还浏览了“Using WSO2 Identity Server as Key Manager with APIM”的文档,但发现不足。

https://apim.docs.wso2.com/en/3.0.0/install-and-setup/deploying-wso2-api-manager/distributed-deployment/configuring-wso2-identity-server-as-a-key-manager/ https://apim.docs.wso2.com/en/3.0.0/install-and-setup/deploying-wso2-api-manager/distributed-deployment/configuring-wso2-identity-server-as-key经理/

Expected Flow:预期流量:

  1. A user account should be created using Identity Server.应使用 Identity Server 创建用户帐户。
  2. After account creation, user should be able to login.创建帐户后,用户应该能够登录。
  3. After successful login, user should be redirected to APIM publisher or devportal.成功登录后,用户应该被重定向到 APIM 发布者或 devportal。
  4. Admin user should be able to control the API access of registered users.管理员用户应该能够控制注册用户的 API 访问。

Is there any specific document available which describes the steps to perform connectivity between APIM and Identity Server?是否有任何特定文档描述了在 APIM 和 Identity Server 之间执行连接的步骤?

or或者

What is the correct way to achieve this?实现这一目标的正确方法是什么?

Any help appreciated.任何帮助表示赞赏。 Thanks in advance.提前致谢。

You can achieve your requirement should be achieved via configuring IS as Key manager您可以通过将 IS 配置为密钥管理器来实现您的要求

[ https://apim.docs.wso2.com/en/latest/install-and-setup/setup/distributed-deployment/configuring-wso2-identity-server-as-a-key-manager/][1] [ https://apim.docs.wso2.com/en/latest/install-and-setup/setup/distributed-deployment/configuring-wso2-identity-server-as-a-key-manager/][1]

  • You need to configure central userstore for WSO2 IS and APIM.您需要为 WSO2 IS 和 APIM 配置中央用户存储。
  • You can register a user via self registration feature or Add user feature in WSO2 Identity server.您可以通过自我注册功能或 WSO2 身份服务器中的添加用户功能注册用户。
  • Then the created user should assign publisher and store roles to access the publisher and store portals.然后,创建的用户应分配发布者和商店角色以访问发布者和商店门户。

https://apim.docs.wso2.com/en/3.0.0/learn/extensions/saml2-sso/configuring-identity-server-as-idp-for-sso/#configuring-wso2-api-manager-as-service-provider-for-identity-server https://apim.docs.wso2.com/en/3.0.0/learn/extensions/saml2-sso/configuring-identity-server-as-idp-for-sso/#configuring-wso2-api-manager-as -service-provider-for-identity-server

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

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