Skip to main content
Manage Organization Connections via new endpoints and attributes is in Early Access as part of the My Organization API and Embeddable UI Components. By using this feature, you agree to the applicable Free Trial terms in Okta’s Master Subscription Agreement. To learn more about Auth0’s product release cycle, read Product Release Stages.
You can enable specific connections for each Organization to provide users with different login options. After you enable a connection, it is added to the Organization login prompt, and users can authenticate through that connection to access your applications. To enable a connection for an organization, the connection must already exist in your tenant. Supported connections include database connections, social connections, and enterprise connections.

Organization Properties

When using organizations, some connections have additional properties that you can configure:

Configure Organization Connections

You can configure connections for organizations using either the or the .

Auth0 Dashboard

To enable a connection in Auth0 Dashboard:
  1. Navigate to Auth0 Dashboard > Organizations, and select the Organization you want to configure.
  2. Select the Connections tab, then Add Connections.
  3. Choose the connection you want to enable, and select Add Connection.
  4. In the Organization Connection section, configure both properties required to leverage a connection via the My Organization API:
  • Locate Organization Connection Name. If not populated, specify the name that you would like Organization Admins to see when viewing this connection.
  • Locate Organization Admin Access Level and if not populated, choose the level of access that you’d like Organization Admins to have for this connection via the My Organization API.
  1. In the Authentication section, locate Membership On Authentication and choose whether to enable or disable auto-membership. When enabled, auto-membership automatically adds all users logging in with the connection as members of the Organization.
  2. For Database connections only: In the Organization Signup section, choose whether to enable or disable self-service signups. When enabled, users can access a signup link on the login prompt to create their account and automatically gain membership to the Organization.
    • To enable this property, you must first enable Membership on Authentication.
    • Note: Organization Signup takes priority over the Database connection’s signup configuration. When Organization Signup is enabled, users can still sign up to an Organization or accept an Organization invite, even if signups are disabled at the Database connection level.
  3. For Enterprise connections only: In the Connection button section, optionally enable the Display connection as a button property to display the connection as an option on the Organization login prompt.
    If all enabled connections within the Organization are enterprise connections, and all connections are hidden, Auth0 returns an error that reads Message: no connections enabled for the organization are visible when users access the application.
  4. Select Save.