Hi,
Can Anyone guide me on “How to make NERM API call from SailPoint ISC Workflow” ?
I am not sure which authentication method to select and how the call will get executed, or if it is possible to do NERM API call from SailPoint ISC..!!!
The NERM API uses a bearer token, which you can get from the Admin section in NERM:
Then you need to setup the http action in your ISC workflow to add this authentication in the header of the call. What you want to do depends on the NERM endpoint you want to call:
@sauvee , I could make API calls in Postman, but I do not know how to set up Authentication method and other settings when I am tryin to do the same in ISC workflow httprequest action…!!
I would select NO authentication type and just add in the request header the value you entered in postman as well. So that would be a request header “Authorization” with value “Bearer <api token from NERM”.
I just saw that Authentication Type is not Mandatory field…
So there is no need to select any authentication.
I just need to pass the token in the header with the URL…!!!