on 2018 Apr 17 10:33 AM
Could somebody help to find out in which table I can find all the "Role Collections" created for the business user?
Thanks!
Well I think the info you want is in SYS_XS_UAA.XS_ROLECOLLETION2USER. However this schema is owned by SYS_XS_UAA and even SYSTEM doesn't have read access. I don't see any role that would grant access. It looks as those these tables and views in the UAA schemas are for internal access only.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Thomas,
thanks for this hint. You are right, even the system user has not the privileges.
That's a pity, because we need them for our IdM Project. So that the key user is able to select between the different collections. (Not inside of the XSA Cockpit. Its an own UI)
Of course we can get the already assigned roles from the users parameters, but its ugly.
Thanks!
Actually you could get this information via the UAA API. I've written a little example here:
https://github.com/I809764/controllerAPI/blob/master/node/router/routes/users.js
I used two of the many UAA APIs in this sample. I get the Role Collections assigned to the user:
As well as all possible Role Collections:
User | Count |
---|---|
71 | |
10 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.