簡體   English   中英

如何將wso2身份與wso2治理注冊表集成在一起?

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

如何將wso2治理注冊表與wso2身份集成? 我的身份已配置為LDAP。 我找不到與此相關的教程...

看一下$GREG_HOME/repository/conf/user-mgt.xml配置文件。 UserStoreManager部分中,您將找到ConnectionURL屬性,該屬性默認情況下指向WSO2 Governance Registry Server的嵌入式LDAP,如下所示:

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

將此值更改為Identity Server的相應LDAP URL。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM