Auth0 · Schema

ConnectionAcrValuesSupported

A list of the Authentication Context Class References that this OP supports

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionacrvaluessupported-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionAcrValuesSupported",
  "title": "ConnectionAcrValuesSupported",
  "type": "array",
  "description": "A list of the Authentication Context Class References that this OP supports",
  "maxItems": 30,
  "minItems": 0,
  "items": {
    "type": "string",
    "maxLength": 100
  }
}