Entitlements are removed from or added to a Role when the Role Set is changed in RSA Identity Governance & Lifecycle
Originally Published: 2018-04-26
Article Number
Applies To
RSA Version/Condition: 7.0.1, 7.0.2, 7.1.0, 7.2.0
Issue
Example
- Create a role with a few entitlements and add the role to the Admin Roles role set. Wait for the role to move to a committed state.
- Edit the role and change the role set to a different role set.
- Click Apply Changes and note that a change request is generated to remove some entitlements from the role and add already existing entitlements to the role.

- Wait for the role to move to a committed state.
- Check the entitlements in the role and note that there are missing entitlements from the role.
Cause
This is a known issue in the following versions and has been reported in engineering tickets ACM-86112 and ACM-83273:
- RSA Identity Governance & Lifecycle 7.0.1 P04
- RSA Identity Governance & Lifecycle 7.0.2 P02
- RSA Identity Governance & Lifecycle 7.1.0
Resolution
NOTE: This issue is also resolved in the following older RSA Identity Governance & Lifecycle versions and patch levels. However, the necessary cleanup scripts are not available in these older versions. These versions will prevent this issue from recurring but will not cleanup what has already occurred.
- RSA Identity Governance & Lifecycle 7.0.2 P07
- RSA Identity Governance & Lifecycle 7.1.0 P01
- RSA Identity Governance & Lifecycle 7.1.1
Workaround
The following script may be used to identify if you have change requests associated with a role set change that need to be corrected.
SELECT RV.ROLEVERSION_ID AS ID FROM ( SELECT RVER.ROLE_ID FROM AVUSER.T_AV_ROLEVERSIONS RVER JOIN AVUSER.T_AV_CHANGE_REQUESTS CR ON RVER.CR_ID = CR.ID WHERE CR.CURRENT_STATE IN ('ER','RJ','CA','CO') ) AFFECTED_ROLES JOIN AVUSER.T_AV_ROLEVERSIONS RV ON RV.ROLE_ID = AFFECTED_ROLES.ROLE_ID;
If this script identifies any records, contact RSA Identity Governance & Lifecycle Support and mention this RSA Knowledge Base Article ID 36303 for reference.RSA Identity Governance & Lifecycle Support can provide guidance on cleanup and remediation.
Related Articles
AFX indicates access has been added/removed but the Change Request remains in Pending Verification and the access has not … 150Number of Views Local entitlements belonging to roles are not consistently added to users in RSA Identity Governance & Lifecycle 40Number of Views Entitlements manually added when an Application has 'Complete Manual Activity Before Collection' enabled are not removed w… 126Number of Views Role and Group Review Result behavior when members/entitlements are added to the underlying review items in RSA Identity G… 38Number of Views Role collector design changes for RSA Identity Governance & Lifecycle 7.x 42Number of Views
Trending Articles
RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide How to Upgrade Internal SHA-1 Certificates to SHA-256 in Authentication Manager Using rsautil RSA Authentication Manager 8.9 Setup and Configuration Guide RSA SecurID software token .sdtid file fails to import into RSA SecurID Software Token 5.0 for Windows
Don't see what you're looking for?