Authentication Filters in ASP.NET Web API 2 | Microsoft Docs
Sep 25, 2014· An authentication filter is a component that authenticates an HTTP request. Web API 2 and MVC 5 both support authentication filters, but they differ slightly, mostly in the naming conventions for the filter interface. This topic describes Web API authentication filters. Authentication filters let you set an authentication scheme for individual ...