Hi All,
I am trying to obtain an access_token to retrieve user data from the SailPoint IdentityNow platform. Following the steps in the documentation, I attempted to get the access_token but encountered a 403 error with an HTML response.
I do not think you have used the right category for this thread.
Also, why do you have a domain variable there?
It should be just: https://{tenant}.api.identitynow.com/oauth/token
Make sure your variables are properly filled in so you are connecting to the right place.
Make sure your Oath Token in IDN has “Client Credentials” checked.
I have the domain variable because my instance domain is not identitynow, but identitynow-demo. That’s why I kept it as a variable.
I’ve verified that all the variables are valid and they reference the correct place. The “Client Credentials” option is checked, and the scopes sp:scopes:default and sp:scopes:all are also added.
Any further suggestions or insights would be greatly appreciated.
I got the token. The root cause was the corporate network blocking the traffic, which is why I was getting the 403 access denied error despite everything being valid.