OAuth2 Error Codes

OAuth2 Error Codes (according to RFC 6749):

  • invalid_request

  • unauthorized_user (in RFC6749 it is error named unauthorized_client)

  • access_denied

  • unsupported_response_type

  • invalid_scope

  • server_error

  • temporarily_unavailable

For each OAuth2 error is returned HTTP status code 400.

Above OAuth2 errors descriptions are available at:

http://tools.ietf.org/html/rfc6749#section-4.1.2.1.

Go back to the Output Data Format chapter.

Go back to the REST API chapter.

Go back to the main Advanced Features Usage page.