Can I override Authorizations for asp.net core with different Roles?
You can further limit access by applying additional role authorization attributes at the action level:
You can further limit access by applying additional role authorization attributes at the action level:
I need to enable my admin user to change access permissions for users on the fly, such that they can create new Roles and add permissions to those Roles.
Maybe I should back-up and widen the scope before diving into the title question…