Auth0 · Schema

ConnectionSignupBehaviorEnum

Specifies the signup behavior for password authentication

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionsignupbehaviorenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionSignupBehaviorEnum",
  "title": "ConnectionSignupBehaviorEnum",
  "type": "string",
  "description": "Specifies the signup behavior for password authentication",
  "enum": [
    "allow",
    "block"
  ],
  "x-release-lifecycle": "EA"
}