Auth0 · Schema

GetDefaultCanonicalDomainResponseContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
domain string Domain name.
View JSON Schema on GitHub

JSON Schema

auth0-getdefaultcanonicaldomainresponsecontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetDefaultCanonicalDomainResponseContent",
  "title": "GetDefaultCanonicalDomainResponseContent",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "domain"
  ],
  "properties": {
    "domain": {
      "type": "string",
      "description": "Domain name.",
      "default": "login.mycompany.com"
    }
  }
}