IE even though the initial login for universal login starts with providing an e-mail:
The next UX only follows with either password or passwordless for all circumstances, and can’t route to one vs. the other based on the email that was provided or some kind of heuristic (e.g. make a specific email domain use passwords and others use passwordless)?
So you essentially have to customize and have separate login screens/buttons for password login vs. passwordless login that would use separate custom setups with Lock or something similar?
The compatibility between passwordless and password login in Universal Login has evolved. According to the latest information, it is possible to use both methods within the New Universal Login experience. You can direct users to either passwordless or password login by appending the connection query parameter to your request. This means you can customize the login flow based on the user’s email domain or other criteria without needing separate login screens for each method. For a more detailed guide on configuring this, you can refer to the official documentation. It’s always a good idea to check the most recent documentation or community discussions for the latest updates and best practices.
It sounds like that means the decision/criteria have to be evaluated in the front end and Auth0 will only use the chosen method (IE doesn’t have a fallback or through to a different connection) in that case?