How to use WSO2 IS embedded LDAP secondary user store as WSO2 API Manager secondary user store

Dilsi Chandrasena
3 min readNov 12, 2017

--

  • This blog is based on WSO2 API Manager 2.1.0. and WSO2 Identity Server 5.2.0.
  • First, change the Offset as (<Offset>1</Offset>) in <APIM_HOME>/repository/conf/carbon.xml file.
  • Then go to the <Carbon_Home>/bin directory and start both the servers using ./wso2server.sh command.
  • Then according to the details of the user-mgt.xml of <IS_HOME>/repository/conf directory, create a secondary user-store on API Manager according to the below steps.
  • Login to the API Manager carbon console.
  • Click Add on User Store submenu under the Configure menu.
  • Below is the prompt page after clicking on Add.
  • Fill the mandatory fields according to the details of the user-mgt.xml as below.
  • Click on Add button.
  • If users store is successfully created, prompt a window indicating it as below.
  • Can create a user clicking on Add under Users and Roles, the submenu of the Main tab. (If we want to add the user to secondary user store, need to select correct Domain (In this example test.com)).
  • Then select a role for the user and create the user.
  • The created user can see clicking the list under Users and Roles, the submenu of the Main tab.
  • We can verify whether the secondary user store is successfully created or not, check the list of users of Identity Server. The created user can be found under the user list of the Identity Server like below.

--

--