ASP Core – adding roles to identity causes build error
I’m trying to read app roles from the IdentityUser in ASP.NET Core application.
Locking users out for a VERY long time (permanently) in .Net Core
We are migrating an application from Webforms to ASP.Net Core 6 and I’m trying to emulate the bit isLocked in the membership framework by providing a large value for the DefaultLockoutTimeSpan:
System.InvalidOperationException: No sign-out authentication handler is registered for the scheme
I have simple api setup with Asp Identity , the login, create and 2fa routes are working fine, but when i try to call sign out I am getting the following error response