Symptoms
The token has been generated using Resource Owner Password Credentials scheme. However, when using it in REST API calls to Vantage, an error occurs:
403 error code.
Cause
Incorrect scopes were used during creating a Client ID and getting a token.
Resolution
Double-check that openid permissions global.wildcard scopes are used while creating a Client ID:
The same scopes must be used while getting a token:
Comments
0 comments
Please sign in to leave a comment.