RBAC in ASP.NET using Identity system

79 Views Asked by At

I am using ASP.NET Identity with Identity Server to build an authentication system, and I want to assign each role a set of permissions. However, I am confused about how to store these permissions correctly.

I try to store them as claims for the role but I'm not very happy with this solution.

0

There are 0 best solutions below