see this thread:
How to Implement Microsoft Authenticator in Apps like ASPNET Web
Henokh Arief (PKWT)
0
Reputation points
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
447 questions
Developer technologies ASP.NET Other
3,597 questions
2 answers
Sort by: Most helpful
-
Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
2024-08-29T18:31:19.96+00:00 -
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)