Hello All,
We have a use case in SailPoint IDN where we want to ask the user for a consent (an IDN FORM sent to the user via email) before the access request review.
I also need to capture the user response in a way that if the user doesn´t consent then the workflow should be interrupted and the request should not be sent to the reviewers.
Is there a way to add this FORM before the access request review?
Thanks in advance.
Andrea.
Hi Andrea,
Welcome back to the community. I think it is quite an interesting use case and I remember there was a very interesting demo presented during developer days 2024 which you may try to watch and make use of the similar logic.
You may need to tweak your logic a little bit and probably have multiple empty roles setup initially without approval and then once the user consents then trigger the request for the relevant actual role via workflow.
If user does not give the consent then you may remove this empty role from workflow for the user. But i think it might work provided the number of such roles are not too many.
I hope this helps, if any issues, please let us know.
Thank You.
Regards
Vikas.
The video that Vikas linked you to will show you how to use forms. You will also want to read this blog post to learn how to use the request response type trigger to intercept access requests and dynamically approve/deny them before they are sent to an approver.
Here’s how your workflow should work at a high level:
- Use the Access Request Submitted trigger to intercept an access request. The above blog will show you how to do it.
- Send a form to the user asking for their consent. The video that @vguleria links to will show you how to do that. If the user approves, then you can respond to the event trigger by approving the request. If they deny, then you can respond to the trigger by denying the request, and it won’t go to any additional approvers. The blog I shared above will show you how to respond to the trigger.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.