Bypassing Universal login with multiple Saml connection (when knowing email)

Hello everyone,

I am using Auth0 with multiple Saml2 IdPs, and it works pretty well.
Still, users have to enter their email to get redirected to the proper connection, which is not ideal.

I have the possibility to give Auth0 the email domain used by a given user before sending him to Auth0 (which is what Auth0 uses to redirect to the proper Saml2 IdP connection).
Is there a way to give this info through the tenant authorize endpoint, or to redirect directly from my app to the proper connection and therefore avoid the Universal screen?

Cheers!

Just got myself the answer playing around:
https://auth0.com/docs/api/authentication#enterprise-saml-and-others-

You can actually add the connection name directly to the authorize request, which then bypasses the auth screen to go directly to the IdP.

Thanks me :grin:

1 Like

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