User853731431 posted
Lets say I make a custom Authorization filter and want to use parameters eg. [MyCustomAuthCheck("test_value")], where are the value(s) stored?
How do I get "test_value" within the filter itself? The OnAuthorization method takes a AuthorizationContext