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
Local entitlements belonging to roles are not consistently added to users in RSA Identity Governance & Lifecycle 36Number of Views Role and Group Review Result behavior when members/entitlements are added to the underlying review items in RSA Identity G… 33Number of Views AFX indicates access has been added/removed but the Change Request remains in Pending Verification and the access has not … 138Number of Views Group Entitlements are getting added to shared accounts in RSA Governance & Lifecycle 44Number of Views Entitlements manually added when an Application has 'Complete Manual Activity Before Collection' enabled do not show in th… 201Number of Views
Trending Articles
RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Release Notes for RSA Authentication Manager 8.8 Deploying RSA Authenticator 6.2.2 for Windows Using DISM Downloading RSA Authentication Manager license files or RSA Software token seed records
Don't see what you're looking for?