All-Star
53631 Points
23985 Posts
Jul 27, 2020 10:59 AM|mgebhard|LINK
Implementing Cookie Authentication without Identity might be an option.
https://docs.microsoft.com/en-us/aspnet/core/security/authentication/cookie?view=aspnetcore-3.1
Pretty simple. Create the cookie of the user authenticates. This will get the [Authorize] attributes working.
All-Star
53631 Points
23985 Posts
Re: SqlException: Cannot open database when using SignInManager
Jul 27, 2020 10:59 AM|mgebhard|LINK
Implementing Cookie Authentication without Identity might be an option.
https://docs.microsoft.com/en-us/aspnet/core/security/authentication/cookie?view=aspnetcore-3.1
Pretty simple. Create the cookie of the user authenticates. This will get the [Authorize] attributes working.