Symantec IGA

  • 1.  Resolving the Provisioning Role Owner

    Posted Feb 20, 2013 04:19 PM
    Hi,

    I have created a provisioning role and used CustomField1on profile tab and provided the Approver usedID to that attribute which will be used as the Approver when end-user request for that role.

    1. I'm able to resolve the Approver mentioned above when the user requests for the provisioning role by attaching the workflow (Dynamic resolver option) to AssingProvisioningRole Event on the related admin task with out any issues

    2. Instead of using the above option, i want to resolve the Approver UserID mentioned on the CustomField1 on that provisiong role when user requests for it it and the workflow will be attached to modifyUser event of the related admin task as we have customized to show the provisioning roles separated by application on profile tab instead of provisioning roles tab for end-user. is there any way to resolve it?


  • 2.  RE: Resolving the Provisioning Role Owner
    Best Answer

    Posted Feb 27, 2013 05:54 AM
    DId you tried to get the participant resolver with custom java class, using the participant resolver API? You can use the provisioning role provider to get the provisioning role details, including custom fields.


  • 3.  RE: Resolving the Provisioning Role Owner

    Posted Mar 07, 2013 12:38 PM
    got it. i'm able to di it...