Need recommendations for removing sticky access for termed users

Hi All,

Need help if you ran into this scenario, TIA

Scenario:

ISC is adding back access to a termed user thru identity refresh even after most of the access are being revoked automatically and adding old entitlements back which were once added through API request.

Note: I have enabled remove all access from UI. Also, we have a before provisioning rule in place to remove all access if LCS = inactive.

Hi @Prashanth1812 , you can read below blog & i am sure, you will get your solution.

Hi @Prashanth1812,

You can make use of workflows to raise an access revoke request and remove all of the user’s access.

Inside your BP rule, add this to each of the Remove Entitlement Attribute Requests

attributeRequest.put("assignment", true);

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.