Our application has Google SSO login enabled, as well as Enterprise connections for different customers, using Home Realm Discovery.
Auth0 correctly redirects the user to the identity provider when the user enters their email and the domain matches HRD. The problem is that if they use the Google SSO login, that redirection doesn’t happen even when the domain of the Google account matches the enterprise connection.
How can we make Auth0 always redirect to the Enterprise connection IdP, even for Google SSO?
If the redirection is not possible, can we at least block such logins? It causes confusion for our customers.