Create Nested Groups in WSO2 Identity Server

陌路散爱 提交于 2019-12-23 02:57:05

问题


Is there a way to create nested groups in WSO2 Identity Server using UI or the SCIM interface's Groups end point with LDAP User Store? I tried both but could not create. Is there any other mechanism or the nested groups not supported?


回答1:


AFAIK, there is no way to create nested group in WSO2IS, it can only create LDAP groups and assign them to users. But if there are nested group in the LDAP already. Thenusers are retrieved from a particular group, it would give the all users within nested group as well.. However, if you are familiar with XACML, you can use hierarchical groups using this profile. XACML is supported by WSO2 Identity Server to achieve these goals



来源:https://stackoverflow.com/questions/20682692/create-nested-groups-in-wso2-identity-server

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!