Auth0 · Schema

ConnectionNamePrefixTemplate

Connection name prefix template.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionnameprefixtemplate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionNamePrefixTemplate",
  "title": "ConnectionNamePrefixTemplate",
  "type": "string",
  "description": "Connection name prefix template.",
  "minLength": 0,
  "maxLength": 15,
  "pattern": "^(?!-)(?!.*--)(?:[a-zA-Z0-9-]|{org_id}|{org_name})*$"
}