Auth0 · Schema

PasswordIdenticalCharactersPolicyEnum

Controls whether identical consecutive characters are allowed in passwords

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-passwordidenticalcharacterspolicyenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PasswordIdenticalCharactersPolicyEnum",
  "title": "PasswordIdenticalCharactersPolicyEnum",
  "type": "string",
  "description": "Controls whether identical consecutive characters are allowed in passwords",
  "enum": [
    "allow",
    "block"
  ]
}