Token Validation Error
The authorization server responds with an HTTP 400 (Bad Request) status code (unless specified otherwise) and includes the following parameters with the response:
Parameter | Description |
---|---|
error | Specifies a single error code returned from the authorization server.
Required. Refer to table Token Validation Error Codes for the error codes. |
Error Code | Description |
---|---|
invalid_request | |
The request is missing a required parameter, includes an unsupported parameter value (other than grant type), repeats a parameter, includes multiple credentials, utilizes more than one mechanism for authenticating the client, or is otherwise malformed. | |
invalid_grant | |
The provided authorization grant (e.g., authorization code, resource owner credentials) or refresh token is invalid, expired, revoked, does not match the redirection URI used in the authorization request, or was issued to another client. | |
error_description | |
Optional. Human-readable ASCII [USASCII] text providing additional information, used to assist the client developer in understanding the error that occurred. | |
error_uri | |
Optional. A URI identifying a human-readable web page with information about the error, used to provide the client developer with additional information about the error. |
Copyright © Cloud Software Group, Inc. All rights reserved.