My system has dynamic roles ("groups"), the user that adds and places users in.
Also arrow that if it can Insert, edit, delete, etc ...
With the use of Asp.net Identity Roles, can you do this dynamically, without using "Role=", that is, without passing it fixedly in the controller?
Is there any way? or I'll have to do this part of roles from scratch the way I need ...