ForgeRock · Schema

OAuthError

OAuth 2.0 error response

Access ManagementAuthenticationAuthorizationIdentity GovernanceIdentity ManagementOAuthOpenID Connect

Properties

Name Type Description
error string
error_description string
View JSON Schema on GitHub

JSON Schema

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