OAuth 2.0 Error Codes

Error codes follow OAuth 2.0 standards.

The @ERROR_CODE@ macro contained in OAuth2.0 template files can be set to any one of the following:
  • invalid_request
  • invalid_client
  • unauthorized_client
  • access_denied
  • unsupported_response_type
  • invalid_scope
  • invalid_grant
  • unsupported_grant_type
  • invalid_token
  • insufficient_scope
  • server_error
  • mapping_error
  • invalid_redirect_uri
  • login_required
  • consent_required