I might have found a solution. It seems to work with the CheckPasswordSignInAsync().
Problems with the SignInManager method PasswordSignInAsync
Oscar Widegren
0
Reputation points
Hello, I have a server-side Blazor application using framework net6.0. I do try to implement an login page. I have implemented an AuthenticationService and i am using the SignInManager. I can login and i am using the PasswordSignInAsync method. But at a successful log in atempt do the PasswordSignInAsync method throw a System.InvalidOperationException. If the log in atempt failed non exception is thrown. What can i do, to fix the issue?
best regards!