简体   繁体   English

如何将wso2身份与wso2治理注册表集成在一起?

[英]How can I integrate wso2 identity with wso2 governance registry?

How can I integrate wso2 governance registry with wso2 identity? 如何将wso2治理注册表与wso2身份集成? My identity is configured with LDAP. 我的身份已配置为LDAP。 I couldn't find a tutorial on this... 我找不到与此相关的教程...

Have a look at $GREG_HOME/repository/conf/user-mgt.xml configration file. 看一下$GREG_HOME/repository/conf/user-mgt.xml配置文件。 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: UserStoreManager部分中,您将找到ConnectionURL属性,该属性默认情况下指向WSO2 Governance Registry Server的嵌入式LDAP,如下所示:

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

Change this value to the corresponding LDAP URL of your Identity Server. 将此值更改为Identity Server的相应LDAP URL。

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

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