I'm using asp.net core authorization.I have some roles like
SuperAdmin ,Admin,User. Each user will be assigned one of them. SuperAdmin can change the role of any user.So basically i want dynamic role system.
So where to map user-Role data and ...[Author...