Auth0 · Schema

ConnectionDomainAliases

Email domains associated with this connection for Home Realm Discovery (HRD). When a user's email matches one of these domains, they are automatically routed to this connection during authentication.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectiondomainaliases-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionDomainAliases",
  "title": "ConnectionDomainAliases",
  "description": "Email domains associated with this connection for Home Realm Discovery (HRD). When a user's email matches one of these domains, they are automatically routed to this connection during authentication.",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/ConnectionDomainAliasesItems"
  },
  "minItems": 0,
  "maxItems": 1000
}