How to Role based Authorization in ASP.NET CoreJuly 22, 2023API Security, Articles, ASP.NET CoreLet's see how we can authorize an API access based on an user role defined by the system or a user based on a claim based on the JWT token passed within the request.
How to use Policy based Authorization in ASP.NET CoreJuly 22, 2023API Security, Articles, ASP.NET Core1 CommentIn this article, let's understand how to create a custom Authorization Policy and use it with an example in ASP.NET Core Web API