I have two requirements which respect to rapid setup.
Rapid setup - Joiner
creating a web service account for the user after the joiner is complete, the user account should be created in the web service application, I did try to customize the rapid setup - joiner with adding a custom script where it will call the create operation of the application.
but the issue what I am facing is the value for the plan.nativeIdentity which is mentioned in the body of the create operation is not coming the after rule, I see the value is passing as null.
how I can fix this?
Rapid setup - Leaver.
when the user account is marked as inactive in the ERP, and the workflow will start, but it needs to go for approval with a workgroup in SailPoint, after the approval is successfully approved then it has to complete the leaver workflow. during which the user should be in soft state for 2 days, after 2 days of approval the account should be disable in the end applications and all the role/group membership should be removed from it. I have updated the application rapid setup for leaver the disabling of account and removing roles.
but how to generate the approval.
also, for direct employee the leaver trigger will be from ERP system, the value is “active status” I tried to create an identity mapping attribute and later want to add in the leaver rapid setup global configuration, but unable to find the created identity attribute over there
Rapid setup - joiner
I have created customized the workflow were added a step before the build plan, by which it is going to call the create operation. which the help of that step able to call the operation but later its giving me error of nativeIdentity.
Rapid setup - leaver.
Yes, I have enable/mark the attribute as searchable attribute. but the leaver is not trigger.
also, I noticed that some the identity attributes are not getting displayed in the identity cube. even though identity attributes mapping is correctly done.
even I tried reconfiguring the identity attribute mapping and run the refresh task but still no luck.
I think the cause is on the generated plan. Print the plan using the before prov. rule and add to it the missing attribute. If dont have a plan is bacuse you dont generate corretly the creation request.
Have you updated the db too?
The attribute that you can see on the idn cube are configure into UI Config on the key IdentityViewAttribute (or something similar)
can you assist me how to achiever rapid setup leaver process with approval.
when the leaver process is triggered, it’s should go for approval by the workgroup members.
I try it again. and update on this.
how to update in the db??
My bad, the end application its was missing the values, hence it was unable to show in the id cube.
can you please guide me how to enable the rapid setup leaver process with approval.