5

I'm using Identity Server 4 and Dotnet Core Identity for authentication service. Authentication service has custom react spa.

I'm trying to get started a authenticate a user using their mobile number. I have a user data (email, password, phone number, etc.) I want this steps;

  1. User:Key in email and password (done)
  2. Server:Send sms with code to mobile number (?), i have a sms server
  3. User:Key-in code from SMS
  4. Server:Send access token (done)

I developed a project using this example. https://github.com/karpikpl/identity-server4-with-SPA-UI

I have no idea how to integrate two factors, how can I help you? Thank you.

mesutpiskin
  • 1,198
  • 1
  • 15
  • 23

0 Answers0