Prerequisites
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
What is your product version? Version: 9.0.0
What is your product type (Angular or MVC)? ASP NET CORE 3.1 (MVC)
What is product framework type (.net framework or .net core)? .net core
Issue:
I am having issue integrating a new 2FA service (DUO by CISCO in my case). What are the steps I need to take to fully integrate this into my current solution. I want to have this as a replacement of Google Authenticator one. Is there any experience available which you can share (with DUO)?
1 Answer(s)
-
0
Hi,
Unfortunately, we don't have a document for this. But, you can take a look at implementation of https://github.com/aspnetzero/aspnet-zero-core/blob/dev/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Core/Authentication/TwoFactor/Google/GoogleAuthenticatorProvider.cs and its usages in the project. You can define a similar class to
GoogleAuthenticatorProvider.cs
and add it to the places where GoogleAuthenticatorProvider is used. In that way, user must see this option on the login page when 2FA is enabled.