Hi Auth0 Community,
is it possible to implement a connection resolver with the new universal login page?
Something like described here:
My use case:
I have an application with multiple database connections and I want to select the correct one based on the email address of the user.
This can be done by using the classic login page - but I am curious if it is possible with the new universal login page as well.
Any hints?