Auth0 · Schema

ConnectionDisplayName

Connection name used in the new universal login experience

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectiondisplayname-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionDisplayName",
  "title": "ConnectionDisplayName",
  "type": "string",
  "description": "Connection name used in the new universal login experience",
  "maxLength": 128,
  "minLength": 1
}