OAuth 2.0 Authorization Errors
The following information describes the errors that can occur during OAuth 2.0 authorization.
OAuth 2.0 Authorization Errors describes the OAuth 2.0
authorization errors.
ERROR | DESCRIPTION |
---|---|
Internal Server Error | Returns a 500 error code. This error occurs when the issuer
cannot be reached. The log includes the following:
|
invalid_request | The request is missing a required parameter, includes an
invalid parameter value, or is otherwise malformed. One of the
following errors.
|
invalid_scope | The requested scope is invalid, unknown, or malformed. |
invalid_token | Occurs in the following situations with the indicated
message:
In all cases, the issuer can be reached but the token is bad. |
server_error | The authorization server encountered an unexpected condition which prevented it from fulfilling the request. |
temporarily_unavailable | The authorization server is currently unable to handle the request due to a temporary overloading or maintenance of the server. |
unauthorized_client | The client is not authorized to request an authorization code using this method. |
unsupported_response_type | The authorization server does not support obtaining an authorization code using this method. |