- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Account Access Rule Missing Ability To Delete Account
We'd like to be able to delete an account if the account doesn't have any entitlements. The account access rule appears to only allow you to disable the account. If our requirement is to delete instead of disable, what choices do we have related to automating this via a change request?
It appears previous posters have had similar questions, without a clear solution for deleting the account:
Account To Be Deactivated When All Responsibilities
https://community.rsa.com/message/915765
Currently I'm thinking we'd need either a custom task or a sub-process within our workflow (when using a form/access review to remove entitlements) that would check to see if the account has any associated entitlements left for said business application. If not, we'd then have to add a provisioning node to the workflow. The one thing I don't like about this is you don't see the delete account item within the change request itself.
- Tags:
- Access & Change Requests
- Community Thread
- Discussion
- Forum Thread
- Identity G&L
- Identity Governance & Lifecycle
- IG&L
- IGL
- RSA Identity
- RSA Identity G&L
- RSA Identity Governance & Lifecycle
- RSA Identity Governance and Lifecycle
- RSA IGL
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Perhaps you can reuse the same method created by Clive Morrish in the Account Review - Revoke Account Options to submit those requests using web services.
Maybe something like a simple custom task, where all it does is select the accounts to be deleted into a Change Request XML then posting it via Web Services using a REST node back to IGL to create proper 'Delete Account' change requests.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Perhaps you can reuse the same method created by Clive Morrish in the Account Review - Revoke Account Options to submit those requests using web services.
Maybe something like a simple custom task, where all it does is select the accounts to be deleted into a Change Request XML then posting it via Web Services using a REST node back to IGL to create proper 'Delete Account' change requests.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
How about using an Account Access and Ownership review and using the account filter to only include accounts without entitlements. This could be run on a scheduled basis.
You can then use an escalation workflow to mark all items as Revoke which will generate a Delete Account change request. The same escalation can also be used to mark the review as Complete.
Something to consider is how you scope the accounts with no access as you could end up deleting newly created accounts that haven't yet had access granted. Perhaps the 'First Seen On' or 'Created On' attributes could be utilized.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Thanks Mostafa and Clive. Much appreciated.
