Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIEE 12.2.1.4 to OAS 5.9, how to map security (user and groups to objects, data) in OAS
Answers
-
c) "you can always parse through it by code and kill all assignments of type user or group " ---- you mean go to EM and manually modify mappings ? (the users and groups assignments to App Roles)
Thanks
0 -
Yes, but no.
Manually you can, if you have some hours/days/weeks depending on the amount of things to do.
But you can code all that. You can use WLST to code the creation of application roles, adding a "member" (app role, user, group) in an app role, removing "members" etc.
0 -
This. You don't need much. Pretty much just grantAppRole and revokeAppRole
https://docs.oracle.com/middleware/12213/opss/IDMCR/security_wlst.htm#IDMCR564
0 -
Thanks Gianni.
0