Auth0 · Schema

ConnectionRequiresUsername

Indicates whether the user is required to provide a username in addition to an email address.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionrequiresusername-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionRequiresUsername",
  "title": "ConnectionRequiresUsername",
  "type": "boolean",
  "description": "Indicates whether the user is required to provide a username in addition to an email address."
}