Use SailPoint API's within web service connector in IdentityNow

Dear Sailors,

Please advise if its a possibility to “Use SailPoint API’s within web service connector in IdentityNow”.

Rationale- I am trying to fetch information residing in IdentityNow (entitlements in flatfile source) and use it as ent feed for a webservice source.

1 Like

Hi @Shashikant
No problem to do this with the Web service connector!
It supports OAuth2.0 authentication and is able to parse the response from IdentityNow response.
You will have to refer to V3 APIs | SailPoint Developer Community and Beta APIs | SailPoint Developer Community
To get entitlements, you can use the Search API.

2 Likes

Hi Yannick, with respect to authentication, is there a special provision since the Sailpoint API call is made within IdentityNow, OR
This needs orchestration of OAuth2 authentication flow followed by the entitlement search api call ?

Thanks
Shashi

It would be just like any other WS source. You can use oauth2.0 → client credentials grant type and use your personal token access id and secret there. It should work.

1 Like