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.
Developer technologies | ASP.NET | ASP.NET API
Developer technologies | ASP.NET | ASP.NET API
A component of ASP.NET for creating RESTful web services that support HTTP-based communication between clients and servers.
Developer technologies | ASP.NET | Other
Developer technologies | ASP.NET | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
2 answers
Sort by: Most helpful
-
Bruce (SqlWork.com) 81,976 Reputation points Volunteer Moderator
2024-08-29T18:31:19.96+00:00 -
SurferOnWww 4,951 Reputation points2024-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)