I have two different native mobile apps, that require users to either be able to login in with a database account, or an enterprise account.
In one of the applications, everything works perfectly. When a user enters their email address with one of the Identity Provider domains, they are redirected to Azure to complete the login.
But on the other app, when a user enters their same email, they are prompted for a password within Auth0.
So far as I can tell, the settings for both applications are nearly identical. The apps are both using the same connections and login experience.
The user that I am trying to sign in with only exists in Auth0 as an enterprise connection. There is not a second user account with the database connection.
Is there a flag that may be setting during the login flow that would cause Auth0 to bypass enterprise login?