Flexible First Factor (Email OTP, Password & Social Sign In)

Feature: Email OTP as First Factor.

Description:
Universal Login experience customers may create, sign in, or re-establish access to an account via an identifier first experience which presents social options and provides a button for the user to switch between email OTP and password.

Use-case:
Problem with current Auth0 capabilities:

Customers are required to implement custom and hacky solutions to link the sign in screen between email OTP and Password first factors which includes:

  • Having to pass extra params on client /authorize requests in order to retain original Auth calls’ context and pass it along to subsequent /authorize requests made within UL Page
  • Forcefully fit a button in the Universal Login Page Template when we don’t have access to the Login Box’s code
  • Potential breaking of the workarounds if Auth0 changes their UL code structure

Hi @michaelwh,

Welcome to the Auth0 Community!

Thanks for the feedback.