Indicate on login which enterprise connection to use

I have some app specific logic before calling the authorize-endpoint, that might be able to already know the enterprise connection that should be used for login. In this cases I could save the user from the need to click on the “Login with XXX”-Button.

How can I give this information to the authorize-endpoint? There is a “connection” parameter, but the docs say that it is only for social connections…

Is this also possible for enterprise connections?

Hi @perfectpattern,

You can pass a connection parameter to bypass the Auth0 Login widget.

https://auth0.com/docs/api/authentication#enterprise-saml-and-others-

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.