I got one client setup with multiple database connections. Now I am having the situation where two connections have the same email address / username and password. But when I login with those credentials I am getting the wrong profile / or wrong credentials message.
How does auth0 decide which user profile to return or to use which connection in this situation? Is it the first it coms across that matches the username? Note that this a multi-tenancy Aurelia SPA app which only one client (id) is connected too.