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.