Passwordless and Username+Password as a user login choice for single application

Feature: Allow having both passwordless (e.g. magic link) and username+password as login options for users

Description:
It was requested already a few times e.g. Passwordless and Username+Password as a choice for users (single app) or Passwordless and Username+Password at the same time

Use-case:
Give users flexibility in login options: for single application some users login frequently so they probably prefer username+password, in case of users that login once/twice per year passwordless magic link can be more convenient

Requested again:

2 Likes

This seems like quite an oversight. It allows you to configure an application to support multiple types, but the Universal Login UI makes them mutually exclusive. We have previously implemented this behavior ourselves using the /authorize endpoints directly (lower screenshot as an example). We want to convert to using Universal Login, but the best we can do to support this is to implement the initial login step on our end and conditionally pass the connection type to e.g. loginWithRedirect, which rather defeats the purpose.


image