Auth0 · Schema

ConnectionSubjectTypesSupported

A list of the Subject Identifier types that this OP supports. Valid types include pairwise and public

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionsubjecttypessupported-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionSubjectTypesSupported",
  "title": "ConnectionSubjectTypesSupported",
  "description": "A list of the Subject Identifier types that this OP supports. Valid types include pairwise and public",
  "type": "array",
  "minItems": 0,
  "maxItems": 20,
  "items": {
    "type": "string",
    "minLength": 0,
    "maxLength": 100
  }
}