Auth0 · Schema

AttackProtectionCaptchaAuthChallengeResponseContent

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-attackprotectioncaptchaauthchallengeresponsecontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AttackProtectionCaptchaAuthChallengeResponseContent",
  "title": "AttackProtectionCaptchaAuthChallengeResponseContent",
  "type": "object",
  "additionalProperties": true,
  "properties": {
    "fail_open": {
      "type": "boolean",
      "description": "Whether the auth challenge should fail open."
    }
  }
}