ASP.Net Core 6 – Authorize Roles not working
I have read through countless tutorials, articles and questions. I cannot figure out why [Authorize(Roles = "SuperAdmin")] or any other role is not working. Everyone gets 403 regardless of the role specified: //[Authorize(Roles = "SuperAdmin")] - Commented out to debug…