Get an enabled connection for an organization
Retrieve details about a specific connection currently enabled for an Organization. Information returned includes details such as connection ID, name, strategy, and whether the connection automatically grants membership upon login.
Documentation Index
Fetch the complete documentation index at: https://docs-dev.auth0-mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Organization identifier.
50Connection identifier.
1 - 50Response
Connection successfully retrieved.
ID of the connection.
When true, all users that log in with this connection will be automatically granted membership in the organization. When false, users must be granted membership in the organization before logging in with this connection.
Determines whether a connection should be displayed on this organization’s login prompt. Only applicable for enterprise connections. Default: true.
Determines whether organization signup should be enabled for this organization connection. Only applicable for database connections. Default: false.