Skip to main content Link Menu Expand (external link) Document Search Copy Copied

auth0 connections

Connections are sources of users, linking your applications to the identity providers that authenticate them: database, social (Google, Facebook, …), and enterprise (SAML, OIDC, Azure AD, LDAP, …) connections.

Schema Discovery & JSON Input

Use ‘–schema’ on a command to print its request payload schema, and ‘–data’ to provide that payload programmatically (validated against the schema before the call).

Examples: auth0 connections create –schema # Show the create payload schema auth0 connections create –data @connection.json # Create from JSON file auth0 connections create –data ‘{“name”:”…”}’ # Create from inline JSON

For more details: https://auth0.com/docs/api/management/v2

Commands