Auth0 · Schema

PasswordMaxLengthExceededPolicyEnum

Controls whether passwords that exceed the maximum length are truncated or rejected

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-passwordmaxlengthexceededpolicyenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PasswordMaxLengthExceededPolicyEnum",
  "title": "PasswordMaxLengthExceededPolicyEnum",
  "type": "string",
  "description": "Controls whether passwords that exceed the maximum length are truncated or rejected",
  "enum": [
    "truncate",
    "error"
  ]
}