Auth0 · Schema

BrandingLoginDisplayEnum

Controls identifier input presentation on the login flow. Defaults to "unified" for legacy tenants, "separate" for tenants created post-GA of this feature.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-brandinglogindisplayenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BrandingLoginDisplayEnum",
  "title": "BrandingLoginDisplayEnum",
  "type": "string",
  "description": "Controls identifier input presentation on the login flow. Defaults to \"unified\" for legacy tenants, \"separate\" for tenants created post-GA of this feature.",
  "default": "unified",
  "enum": [
    "unified",
    "separate"
  ]
}