Thursday, September 6, 2018

Claim Based And Policy-Based Authorization With ASP.NET Core 2.1

Authorization is a process of determines whether a user is able to access the system resource. In my previous article, I have explained the role-based authorization. The identity membership system allows us to map one or more roles with a user and based on role, we can do authorization. In this article, I will explain how to do authorization based on policy and claim.

source https://www.c-sharpcorner.com/article/claim-based-and-policy-based-authorization-with-asp-net-core-2-1/

No comments:

Post a Comment