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.
2 answers
Sort by: Most helpful
-
-
SurferOnWww 3,276 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: