cracknut
cracknut

Reputation: 307

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.

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.

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/

Expected Flow:

  1. A user account should be created using 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.
  4. Admin user should be able to control the API access of registered users.

Is there any specific document available which describes the steps to perform connectivity between APIM and Identity Server?

or

What is the correct way to achieve this?

Any help appreciated. Thanks in advance.

Upvotes: 0

Views: 201

Answers (1)

Dinali Dabarera
Dinali Dabarera

Reputation: 120

You can achieve your requirement should be achieved via configuring IS as Key manager

[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.
  • You can register a user via self registration feature or Add user feature in WSO2 Identity server.
  • 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

Upvotes: 0

Related Questions