can we call the third party application API URLs in the cloud rule
Hi @bkumar592,
It is possible to make and intercept API calls in the cloud rule. This can be achieved using sailpoint.connector.webservices found in the Java docs.
Hope this helps!
You are not allowed to do this…
Read Execution Section in this link
https://developer.sailpoint.com/idn/docs/rules
Hi @bkumar592 - as @iamnithesh mentioned, it would depend on the cloud rule being deployed and the purpose for deployment.
@ksbagade @iamnithesh Thanks for the response. we have a requirement where we need to call an API and from the response we get an id and pass it to AD. Any suggestions on this.
Thanks
You could probably use ConnectorBeforeCreate rule from
https://developer.sailpoint.com/idn/docs/rules/connector-rules/before-and-after-rule-operations#overview
and send request to API using PowerShell script
Thanks @iamnithesh for the help, This looks that we can work on it
Hi @iamnithesh , we tried the before create rule and we are able to get the value from the external API. however, we are not able to set the value to one of the AD attribute sAMACCOUNTNAME. Any help or thoughts on this on how to set the value please
Thanks
Narendra
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.