Connections
Last updated
Was this helpful?
Last updated
Was this helpful?
List all available active Auth0 connections.
The returned list explicitly excludes enterprise connections to not inadvertently leak sensitive information.
Returns: List of available and active Auth0 connections.
Auth0 connection configuration.
Attributes: name: The name of the connection. type: The type of the connection. Must be one of the values in the Auth0ConnectionType enum (i.e. "enterprise", "social" or "database"). display_name: The display name of the connection. Only set for social (i.e. non-enterprise) connections. If not present, the name is used as the display name. logo_url: The URL of the connection's logo. Only set for social (i.e. non-enterprise) connections. domains: The domains of the connection. Only set for enterprise connections. Used to distinguish between different enterprise connections based on the domains of the email address used to log in. enabled: Whether the connection is enabled. If set to False, the connection will not be used for authentication.
Successful Response