Top "Authorize-attribute" questions

Multiple authorization attributes that are aware of each other

I have a very simple scenario. I want to decorate my controllers/actions with a custom authorization attribute. Authorization should …

c# asp.net-mvc asp.net-mvc-4 authorize-attribute
How to authorize a set of controllers without placing the annotation on each one?

I have sets of controllers which are each used for each authorization type. For example, a class A authorization will …

asp.net-mvc asp.net-mvc-3 controller authorize authorize-attribute