Change role owner from Manage privilege to View only access in RSA Identity Governance & Lifecycle
Originally Published: 2018-09-18
Article Number
Applies To
RSA Version/Condition: 7.x
Issue
- Due to an organizational Segregation of Duty (SoD) requirement, the Role Owner cannot be allowed to update roles.
- Need to override what is defined in the SecurityContext.csv Aveksa privilege file.
- Uploading the following through the UI (Admin > User Interface > Files > Security Files), does not work as expected.
- Trying to override any existing Aveksa application privileges results in duplicate entries in the underlying database table giving inconsistent privileges when the user logs in.
The following is a bad example of a SecurityContext.csv to upload, since the SECURE_OBJECT_TYPE,NAME of Role, Owner already exists in the main SecurityContext.csv provided with the application:
SECURE_OBJECT_TYPE,NAME,ACTION,IMPLICIT_HAS_QUERY,IMPLICIT_BS_CHANGE,IMPLICIT_BU_CHANGE,SCOPE_TABLE,SCOPE_FILTER
Role,Owner,View,scope,,,t_av_roles,owner_id=${id}
Modifying the main SecurityContext.csv in the aveksa.ear is not recommended due to supportability issues and modifications provided with patches and upgrades.
Defect ACM-72713 has been created to change this feature to generate an error if an existing builtin entitlement is uploaded through the user interface.
Resolution
Never upload a full SecurityContext.csv or one changing any existing entitlement(s) through the UI.
The preferred method is to create a new Aveksa entitlement based on a custom role user attribute. In the example of a Role Owner that you want to have read only access, you could create a new entitlement based on a custom role user attribute. In the following example, we are creating a new role Aveksa entitlement called Monitor using the unique SECURE_OBJECT_TYPE,NAME of Role, Monitor:
- Create a new unique role custom user attribute using a name other than owner to avoid confusion. In this example we will use Monitor and add it from the UI b navigating to Admin > Attributes > Role > Edit. Note the name of the custom user attribute selected. In this example it is CAU1.
- Modify the roles through a collector or manually in the UI to remove the original owner assignment and to propagate the new Role Monitor attribute.
- Create a new SecurityContext.csv file with only the header and following entry (and any other new attributes needed for other purposes):
SECURE_OBJECT_TYPE,NAME,ACTION,IMPLICIT_HAS_QUERY,IMPLICIT_BS_CHANGE,IMPLICIT_BU_CHANGE,SCOPE_TABLE,SCOPE_FILTER
Role,Monitor,View,scope,,,t_av_roles,CAU1=${id}
- Upload this new SecurityContext.csv file through the UI (Admin > User Interface > Files > Security Files).
- Next time the user designated in the Role Monitor attribute logs in, they will have access to view their Roles but will not be able to edit the members or entitlements.
- Modify workflows if you need the new Role Monitor to do any change request approvals.
Related Articles
RSA Identity Governance and Lifecycle Data Access Governance (DAG) collector never updates owner once owner is set in UI 32Number of Views RSA Identity Governance & Lifecycle - Joiners Movers Leavers whitepaper 79Number of Views 'ORA-00942: Table or View does not exist' error when referencing a custom table/view in a report query in RSA Identity Gov… 244Number of Views Role attributes are updated in wrong fields when creating or editing a role with separators in RSA Governance & Lifecycle 14Number of Views Overview of Public Database Schema Views in RSA Identity Governance & Lifecycle 180Number of Views
Trending Articles
How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device Authentication Manager Security Console and Operations Console Inaccessible After Certificate Update RSA Authentication Manager 8.9 Patches and Hotfixes Readme RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide "No decryption codes were found in the zip file" error when decrypting RSA SecurID tokens
Don't see what you're looking for?