Question

How can I integrate wso2 governance registry with wso2 identity? My identity is configured with LDAP. I couldn't find a tutorial on this...

Was it helpful?

Solution

Have a look at $GREG_HOME/repository/conf/user-mgt.xml configration file. In the UserStoreManager section you will find ConnectionURL property which by default is pointing to the embedded LDAP of the WSO2 Governance Registry Server and looks like:

<Property name="ConnectionURL">ldap://localhost:${Ports.EmbeddedLDAP.LDAPServerPort}</Property>

Change this value to the corresponding LDAP URL of your Identity Server.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top