You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 3, 2022. It is now read-only.
When an application is exchanging token with the query /openid/token and it fails with HTTP status 400, then it needs to give more information regarding the reason.
And this is given in the response as error_description field.
eg:
{ "error_description": "Token has been revoked.", "error": "invalid_grant" }
When an application is exchanging token with the query
/openid/token
and it fails with HTTP status 400, then it needs to give more information regarding the reason.And this is given in the response as error_description field.
eg:
Can changes be made, so line https://github.com/IdentityModel/oidc-client-js/blob/fd838832aaacdaf1b8bd213c8e3787150f33af4d/src/JsonService.js#L161 would also return error_description?
The text was updated successfully, but these errors were encountered: