Hi,
Our code base is in angular. I haave two questions
If we upgrade angular to latest version will it be posslible to implement 2FA in angular? if yes, kindly let me know how to do that, becasue we can not use MVC.
If not how to it in MVC.
Can we have online session. Because this is on priority level.
Thanks & Regards, Chetan Kumbhar.
Let me know what i am missing.
Kindly provide me sample source code to implement 2 factor authentication in MVC.
I have created one demo application to implement 2 factor authentication using mvc. I done all the configuration for one user, email verified, two factor authentication enabled. when i enter user name & password it thows mi an exception NotImplementedException: The method or operation is not implemented. Volo.Abp.Account.Web.Pages.Account.LoginModel.TwoFactorLoginResultAsync()
I gone through all the document, i could not get sample source code to implement TwoFactorLoginResultAsync(), or any other solution which will resolve my issue. I also not found 1. /Account/SendSecurityCode 2. /Account/VerifySecurityCode
Kindly provide me sample source code to implement 2 factor authentication in MVC.
Than
Hi,
We want to implement 2FA in our application and we are using angular/api in our project. We configured all the setting email verified, two factor authentication enabled. now when we log in we expect 2nd level of authentication but nothing is change. I have checked all the document i did't get any solution or source code.
Kindly provide me sample code of implementation of 2 FA using angular/API.
Hi,
It means we can not implement 2FA in angular log in page? we must have to use MVC log in page to implement 2FA?
Kindly confirm.
I have explained below, what we have done https://support.abp.io/QA/Questions/779/About-2-factor-authentication
we do not use MVC. we have angular/API.
kindly confirm me whether will it possible in angular/api.
thanks chetan kumbhar.
Hi,
Thanks, so, means we can not implement 2FA, if we are using Identity Server Seperated (Angular)? can you clear me bit more on it?
Hi,
I am implementing 2 Factor authentication i have done all the configuration, email verified, phone verified. two factor authentication enabled. but still there is no change. when i log in, it redirecting to dashboard page. it didn't show 2nd window of two factor. do we need add those two pages externally from account module?.
kindly let me know what thing remaining for implementing 2 factor authentication successfully.
Hello,
Any update on this from suppot team
Hi, Our Login page is in angular project. In that we have used account component. my questions are like.
Thanks Chetan Kumbhar.