Friday, August 14, 2020

LCM Provisioning

 # IdentityIQ has some default workflows    :

       Modify the variables of the default workflows to achieve the requirement
  •    manage approval
  •    whom to notify
  •    email templates
LCM Provisioning    :

Key steps of the Workflow
1. Initialize
2. Approve
3. Provision
4. Notify
5. Finalize

No comments:

Post a Comment

Fetch Members from Workgroup

  import java.util.ArrayList;   import java.util.Iterator;   import java.util.List;   import sailpoint.api.ObjectUtil;   import sailpoint.ob...