I have a method decorated with two custom ActionFilterAttribute.
[RequiresAuthentication(Order = 1)] [ToonAction(Order = 2)] public ActionResult Browse(...
try adding the [Authorize] attribute to your Action methods instead