Auth0 · Schema

ConnectionDomainAliasesAD

List of domain names that can be used with identifier-first authentication flow to route users to this AD connection; each domain must be a valid DNS name up to 256 characters

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectiondomainaliasesad-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionDomainAliasesAD",
  "title": "ConnectionDomainAliasesAD",
  "description": "List of domain names that can be used with identifier-first authentication flow to route users to this AD connection; each domain must be a valid DNS name up to 256 characters",
  "type": "array",
  "items": {
    "type": "string",
    "minLength": 1,
    "maxLength": 255
  },
  "minItems": 0,
  "maxItems": 1000
}