Can we control access request submission process using workflows in sailpoint ISC

Hi Team,

Requirement:
We have created an Elevated AD Privileged application and added specific privileged groups to it. This application is configured to be visible only to users with privileged accounts in the Active Directory Privileged source. However, when a privileged user attempts to submit an access request on behalf of a user who does not have a privileged account, the system should automatically cancel the request without submitting it for approval. This functionality should be implemented using workflows.

Currently, no trigger appears to be available in workflows for handling “Access Request Submitted” events.but there is one trigger available in event trigger. Can we subscribe that and use that? Assistance is needed to design and implement this requirement using workflows.

@sgonuguntla

To address the direct question , Access Request Submitted” events.but there is one trigger available in event trigger. Can we subscribe that and use that?
Yes , we can subscribe and configure it to use it in Workflow .
We need to use External Trigger in the workflow as trigger . This trigger will give us a URL , Access Token .


We need to use these in the “Access request submitted” Event Trigger for subscribing.

  • Integration URL - Client URL in the above picture
  • Authentication Type - Bearer Token
  • Bearer Token - In the above screenshot there is a curl command to get the access token.

Refer the below links:

Hope this helps !

Thanks
Sid

1 Like