We are currently using the Auth0 lock login screen and have several connections set up using different IDPs. We have leveraged Home Realm Discovery and assigned a domain name to each connection. Now when a user goes to the lock screen and enters their email the lock component will direct them to the correct IDP which all works great.
The problem we have is some of our clients have the same domain using different authentication techniques. Is there a way, given two or more connections to be configured with the same domain and lock login view to give the user an option to pick a connection? For example, two connections have mydomain.com for their domain, on the lock login the user types in name@mydomain.com, then the user is presented with an option to pick one of the two domains? I have tried setting two connections with the same domain but the lock client just takes the user to one of the IDPs.