Hi All, What kind of OAuth 2.0 do we need to use to call this API?
Thanks in Advance.
Hi All, What kind of OAuth 2.0 do we need to use to call this API?
Thanks in Advance.
Hi @Ritu_Raj ,
I am assuming you mean what type of grant_type of OAUTH 2.0?
Per this documentation: Sign In to Compass - Compass
I’ve personally gone the route with Personal Access Token and Client Credentials:
https://community.sailpoint.com/t5/IdentityNow-Wiki/Automating-IdentityNow-REST-API-Authorization-in-Postman/ta-p/163613
Password has been deprecated per this announcement:
https://community.sailpoint.com/t5/SaaS-Updates/Deprecation-Notice-Password-Grant-Type/ba-p/194177
-Tbui
Hey @Ritu_Raj,
Thank you for posting your question to the developer forum; hopefully the above is able to help! Let us know how it goes.