Auth0 EI Connection Login Challenge

I have a question about Auth0 EI. Currently, I have a 1:1 application to organization setup with two connections: Username-Password-Authentication and an Enterprise Connection with Azure AD. When users visit the login page, they see both options and are often confused on which one to pick. Is there a way to redirect Azure AD users to the login callback URL that is triggered by clicking on the Enterprise Connection button without visiting the login screen? And if so, would each user have a unique URL?

Hi @Sai,

If I understand your request correctly, you would like to point your users directly to the IdP, without seeing the Universal Login Prompt.

You can bypass the Universal Login screens by adding a connection={YOUR-CONNECTION-NAME} parameter with your initial request to /authorize.

Please let me know if that doesn’t address your question. Thanks!

1 Like

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