Auth0 · Schema

BreachedPasswordDetectionPreChangePasswordStage

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
shields array Action to take when a breached password is detected during a password reset. Possible values: block, admin_notification.
View JSON Schema on GitHub

JSON Schema

auth0-breachedpassworddetectionprechangepasswordstage-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BreachedPasswordDetectionPreChangePasswordStage",
  "title": "BreachedPasswordDetectionPreChangePasswordStage",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "shields": {
      "type": "array",
      "description": "Action to take when a breached password is detected during a password reset.\n              Possible values: <code>block</code>, <code>admin_notification</code>.",
      "items": {
        "$ref": "#/components/schemas/BreachedPasswordDetectionPreChangePasswordShieldsEnum"
      }
    }
  }
}