Enterprise Connection (Connection as Button)

We are looking to integrate Multiple Enterprise Connections in Auth0. However, while setting up the “Login Experience” and turning on the Connection button for the end users on the Signin page - how can we handle Multiple buttons for multiple Enterprise Connections ? For Example : If we have 500 Enterprise Connections we can’t display 500 buttons on screen. So, can we manage with a single button which can direct the user to the specific Enterprise connection for the authentication.

Hi @saivivek.annam,

Welcome to the Auth0 Community!

There are multiple ways of dealing with this problem.

  1. If your users have different domains, you can use the Home Realm Discovery feature in your enterprise connections and disable the Continue with button.

You can find this in the Login Experience tab.

  1. If your users are part of different Auth0 Organizations, you can use the Login Flow feature in your Auth0 application.

Make your app only accessible by business users, and make the users select which organization they’re part of.

And enable the connection for its organization.

If you have any other questions, feel free to reach out.

Have a good one,
Vlad