Auth0 · Schema

BreachedPasswordDetectionPreUserRegistrationStage

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

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

JSON Schema

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