Auth0 · Schema

ConnectionTenantDomainAD

Primary AD domain hint used for HRD and discovery.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectiontenantdomainad-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionTenantDomainAD",
  "title": "ConnectionTenantDomainAD",
  "description": "Primary AD domain hint used for HRD and discovery.",
  "type": "string",
  "format": "hostname",
  "minLength": 1,
  "maxLength": 512
}