Hey there @igelu! Welcome to the community @danalloway
It sounds like you might be interested in exploring Identifier First Authentication:
At a base level, Ul/Auth0 needs to know which database a user is to authenticate against - Another option is to specify the particular connection
param in the call to /authorize as outlined in the following FAQ:
This does have the drawback that you can only specify 1 connection, and must implemented in a way (multiple login buttons?) that allows you to make the appropriate call to /authorize.
Hope this helps at least get the wheels turning!