Share all details related to your problem, including any error messages you may have received.
Hi Community,
What is the best way to remove the Azure AD groups on the leaver process, also what is the best place approach to do so. Does it require me to build a PowerShell script please suggest.
No need for powershell - the only thing you have to do is to create ProvisioningPlan and for each Azure AD account create account request in which for each entry in memberOf attribute you execute REMOVE operation.
Then you can just execute the plan in your leaver workflow.
@charan18
Is Azure application integrated with SailPoint in your case, also are you referring to remove the AD group membership of the user when the user is offboarded , instead of disabling or deleting the account?
@charan18 if you have role assignment then use below approach, the bad outcome was when you will do refresh with provision assignment, it will again assign those memberships. so we handle sticky assignment by code in leaver.