How to have 2 different login face with one user management

Hello,
I have a client needs two different login provider in different app, but still in under one auth0 user management.

for example
customer app only show login with passwordless
merchant app only show username and password

how to do that?

Hi @yozawiratama

  1. Create your username/password connection
  2. Create your passwordless connection
  3. Create your customer app
  4. In your customer app, choose the connections tab, and ensure that only the passwordless connection is enabled.
  5. Create your merchange app
  6. In your merchant app, choose the connections tab, and ensure that only the username/password connection is enabled.

John

2 Likes

Previous message deleted due to SPAM reasons.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.