Auth0 · Schema

ConnectionClientIdAzureAD

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionclientidazuread-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionClientIdAzureAD",
  "title": "ConnectionClientIdAzureAD",
  "allOf": [
    {
      "$ref": "#/components/schemas/ConnectionClientId"
    },
    {
      "pattern": "^[a-zA-Z0-9-:./_~]+$",
      "minLength": 0
    },
    {
      "maxLength": 100
    }
  ]
}