Sunset date mandatory for specific entitlements

Hi, is there a way to make sunset date mandatory for specific entitlement requests?

Use case is when a user requests certain entitlement, user should not be able to submit the request until they set the sunset date.

Thanks!

-R

1 Like

I just found this post now, replying for someone who may want this feature:

There are 2 ways to achieve this as mentioned in Solved: How To Require Sunset Date for Certain Entitlements? - Compass (sailpoint.com)

I created a workflow which Iterate through the Provisioning Plan to see if the requested Role/Entitlement has the Mandatory Sunset Flag set to true (extended attribute), if yes, we can present a form for the requester to fill the end date for the request and update the Provisioning Project with the new sunset date for the role request. This workflow could be called just after the “Create Identity Request” in the Identity Request Initialise Workflow.

P.S. This may impact the performance of the Request Access Flow as you are adding a custom workflow during the Request Submission.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.