Question
I can not access my tenant as I am getting the following error.
"Error on request https://login.microsoftonline.com/18a59a81-eea8-4c30-948a-d8824cdc2580/oauth2/v2.0/token: Server returned HTTP response code: 401 for URL: https://login.microsoftonline.com/
Answer
The common cause of this problem (when the customer is using SSO) is caused by the fact that the configured OAuth clientId/clientSecret was expired. A new clientId/clientSecret should be generated.
The customer can correct the problem (if they have ROLE_ADMIN_CUSTOMER defined) by applying the new clientID/clientSecret.
- GET https://auth.reltio.com/oauth/customers/<customer name> to get the configuration.
- Update the clientId/clientSecret body
- PUT https://auth.reltio.com/oauth/customers/<customer name>
Comments
Please sign in to leave a comment.