Which mechanism does ASP.NET Core Identity primarily use to facilitate two-factor authentication?

  • SMS Authentication Codes
  • Email Authentication Codes
  • TOTP (Time-Based One-Time Passwords)
  • Biometric Authentication
ASP.NET Core Identity primarily uses TOTP (Time-Based One-Time Passwords) for facilitating two-factor authentication. TOTP generates short-lived authentication codes that are valid for a short period, adding an extra layer of security beyond just passwords.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *