Auth0 · Schema

ConnectionResponseTypesSupported

A list of the OAuth 2.0 response_type values that this OP supports. Dynamic OpenID Providers MUST support the code, id_token, and the token id_token Response Type values

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionresponsetypessupported-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionResponseTypesSupported",
  "title": "ConnectionResponseTypesSupported",
  "type": "array",
  "description": "A list of the OAuth 2.0 response_type values that this OP supports. Dynamic OpenID Providers MUST support the code, id_token, and the token id_token Response Type values",
  "minItems": 1,
  "maxItems": 40,
  "items": {
    "type": "string",
    "maxLength": 40
  }
}