Auth0 · Schema

ConnectionDomainAliasesAzureAD

Alternative domain names associated with this Azure AD tenant. Allows users from multiple verified domains to authenticate through this connection. Can be an array of domain strings.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectiondomainaliasesazuread-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionDomainAliasesAzureAD",
  "title": "ConnectionDomainAliasesAzureAD",
  "description": "Alternative domain names associated with this Azure AD tenant. Allows users from multiple verified domains to authenticate through this connection. Can be an array of domain strings.",
  "type": "array",
  "items": {
    "type": "string",
    "minLength": 0,
    "maxLength": 255
  },
  "minItems": 0,
  "maxItems": 1000
}