For a CRUD style application we created some base controllers that encapsulate most of the logic. For every action create/read/update/delete a different claim applies and we would like to add an authorizationfilter to the base action methods.
To handle this scenario, we created a custom authorizationfilter that uses the controllername and actionname to check for a specific claim: