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!