Auth0 · Schema

ConnectionDisableSignup

When true, prevents new user registration through this connection. Existing users can still authenticate. Useful for invite-only applications or during user migration.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectiondisablesignup-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionDisableSignup",
  "title": "ConnectionDisableSignup",
  "description": "When true, prevents new user registration through this connection. Existing users can still authenticate. Useful for invite-only applications or during user migration.",
  "type": "boolean"
}