Auth0 · Schema

AttackProtectionCaptchaAuthChallengeRequest

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
fail_open boolean Whether the auth challenge should fail open.
View JSON Schema on GitHub

JSON Schema

auth0-attackprotectioncaptchaauthchallengerequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AttackProtectionCaptchaAuthChallengeRequest",
  "title": "AttackProtectionCaptchaAuthChallengeRequest",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "fail_open"
  ],
  "properties": {
    "fail_open": {
      "type": "boolean",
      "description": "Whether the auth challenge should fail open."
    }
  }
}