Re: [Dev] Getting the roles of tenant users through UserAdmin admin service by using super-tenant admin's credentials

2017-10-27 Thread Isura Karunaratne
Hi Megala, This cannot be done using the existing Admin services. You can do this by using *SCIM2* APIs with cross-tenancy feature. Add following cross-tenant=" true" in identity.xml file. Note that only SCIM2 supports cross tenancy feature. Thanks Isura. On Fri, Oct 27, 2017 at 5:48 PM, Me

[Dev] Getting the roles of tenant users through UserAdmin admin service by using super-tenant admin's credentials

2017-10-27 Thread Megala Uthayakumar
Hi All, I am working on implementing a new store REST API, to get all the scopes relevant to particular application and to filter the scopes based on the roles of the user. Since this is a store API, I am calling the key manager's UserAdmin admin service to get the roles of a particular user. Basi