Base solution for your next web application
Open Closed

Opt configuration in authentication service #10203


User avatar
0
kansoftware created

Hi,

I want to configure Otp wise log-in using authentication serivce. So please help me about this, how we can do?

Thanks!


4 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @kansoftware

    I don't have experience with OTP login flow. Could you explain how it should work ? Maybe we can offer you a solution after that.

  • User Avatar
    0
    kansoftware created

    Hi,

    1. We need user registration with only phone number
    2. verify phone number using otp and user will be logged in if otp is verified
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @kansoftware

    We will be investigating this in a short time but we don't have a solution at the moment. ASP.NET Core Identity forces a user to have an email address. We need to figure out how to overcome that problem first.

  • User Avatar
    0
    musa.demir created

    Hi @kansoftware AspnetZero does not provide any built-in solution to implement that kind of login. You should change your page, and related part of the login managers. You can check https://docs.aspnetzero.com/en/aspnet-core-angular/latest/Core-Angular-Sign-In-Without-Specifying-Tenant. It may guide you about how to replace our login manager according to your need.