fipries
fipries

Reputation: 386

Role hierachy in WSO2 IS

I consume the wso2 is administration web service to obtain user information. Using this service I can get all the roles the user is member of, but the roles the user is member of by inheritance.

For example, There are role1 and role2. Role2 is member of Role1 in active directory and when I obtain the user information, I just get that user is member of role2. I need to get the role1 as well since role2 is a child of role1.

How could this be archieved?

Best Regards.

Upvotes: 1

Views: 173

Answers (1)

gusto2
gusto2

Reputation: 12075

I don't want to disappoint you, but I believe it won't work with the default userstore manager. It seems for the group search only a singe LDAP query is executed, so direct group membership is returned (no groups in the groups).

Upvotes: 2

Related Questions