简体   繁体   中英

How can I integrate wso2 identity with wso2 governance registry?

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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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