0
Mitch created
- What is your product version? 10.5
- What is your product type (Angular or MVC)? MVC
- What is product framework type (.net framework or .net core)? Core
When logging in everything seems to be working for 2FA. I can specify Email, Phone or Google Authenticator and all works as expected.
However, after checking the "Remember me" box, I was expecting not to be asked again for 2FA details as I was logging in on the same browser and PC.
I've now tried this 5 times and I always get asked for 2FA details each time regardless of whether the "Remember me" box is checked or not.
Is there an issue or have I misunderstood something?
1 Answer(s)
-
0
Hi,
This option, Remember Me, is used for https://github.com/dotnet/aspnetcore/blob/main/src/Identity/Core/src/SignInManager.cs#L547
/// <param name="isPersistent">Flag indicating whether the sign-in cookie should persist after the browser is closed.</param>