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.

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,624 questions
Developer technologies ASP.NET ASP.NET API
Developer technologies ASP.NET Other
{count} votes

2 answers

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

  2. SurferOnWww 4,631 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.