Auth0 · Schema

ConnectionTenantDomainSAML

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectiontenantdomainsaml-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionTenantDomainSAML",
  "title": "ConnectionTenantDomainSAML",
  "allOf": [
    {
      "description": "For SAML connections, the tenant domain used to construct the login endpoint URL. Can be a string for single-tenant or an array of strings for multi-tenant validation."
    },
    {
      "$ref": "#/components/schemas/ConnectionTenantDomain"
    }
  ]
}