Auth0 · Schema

PasswordCharacterTypeRulePolicyEnum

When enabled, passwords must contain at least 3 out of 4 character types. Can only be enabled when all 4 character types are specified

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-passwordcharactertyperulepolicyenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PasswordCharacterTypeRulePolicyEnum",
  "title": "PasswordCharacterTypeRulePolicyEnum",
  "type": "string",
  "description": "When enabled, passwords must contain at least 3 out of 4 character types. Can only be enabled when all 4 character types are specified",
  "enum": [
    "all",
    "three_of_four"
  ]
}