0
edarib created
Is there a way to enable two factor authentication in Xamarin. It seems to be there in the Mobile project but the SendTwoFactorCodeView Page never gets shown because AbpAuthenticateResultModel.RequiresTwoFactor Verification is false.
I tried to set AuthenticateResultModel.RequiresTwoFactorVerification to true in the AuthenticateSuceed function in AccountService.cs but that gave me an error.
Thanks, Madhu
2 Answer(s)
-
0
hi you need to set two factor authentication on the server side. changing just model value will result in error.
- https://docs.aspnetzero.com/en/aspnet-core-mvc/latest/Features-Mvc-Core-Two-Factor-Authentication
- https://docs.aspnetzero.com/en/aspnet-core-angular/latest/Features-Angular-Two-Factor-Authentication
-
0
This issue is closed because it has not had recent activity for a long time.