How to Implement Microsoft Authenticator in Apps like ASPNET Web

Henokh Arief (PKWT) 0 Reputation points
2024-08-29T14:02:00.0033333+00:00

We have application projects and we have idea to implement OTP Microsoft Authenticator in our apps.

On the login request there will be authentication using OTP without password.

Our Apps using ASP.NET web based. And in our company had implement ADFS(Active Directory Federation Service).

How could I achieve my goal to be able to implement OTP in my Apps?

Thanks in advance.

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,453 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,567 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
331 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Bruce (SqlWork.com) 64,161 Reputation points
    2024-08-29T18:31:19.96+00:00
    0 comments No comments

  2. SurferOnWww 2,661 Reputation points
    2024-08-30T01:06:13.4566667+00:00

    If your application is ASP.NET Core, consider using the ASP.NET Core Identity. MFA using TOTP is supported by default as described in the following Microsoft document:

    MFA TOTP (Time-based One-time Password Algorithm)

    enter image description here

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.