ForgeRock · Schema

OAuthErrorResponse

OAuth 2.0 error response

Access ManagementAuthenticationAuthorizationIdentity GovernanceIdentity ManagementOAuthOpenID Connect

Properties

Name Type Description
error string Error code
error_description string Human-readable error description
View JSON Schema on GitHub

JSON Schema

forgerock-oautherrorresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OAuthErrorResponse",
  "title": "OAuthErrorResponse",
  "type": "object",
  "description": "OAuth 2.0 error response",
  "properties": {
    "error": {
      "type": "string",
      "description": "Error code"
    },
    "error_description": {
      "type": "string",
      "description": "Human-readable error description"
    }
  }
}