Auth0 · Schema

BreachedPasswordDetectionStage

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
pre-user-registration object
pre-change-password object
View JSON Schema on GitHub

JSON Schema

auth0-breachedpassworddetectionstage-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BreachedPasswordDetectionStage",
  "title": "BreachedPasswordDetectionStage",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "pre-user-registration": {
      "$ref": "#/components/schemas/BreachedPasswordDetectionPreUserRegistrationStage"
    },
    "pre-change-password": {
      "$ref": "#/components/schemas/BreachedPasswordDetectionPreChangePasswordStage"
    }
  }
}