Security issues for Web API.
By Mike Wasson|
Gives a general overview of authentication and authorization in ASP.NET Web API.
By Mike Wasson|
This topic shows how to secure a web API using OAuth2 to authenticate against a membership database. Software versions used in the tutorial Visual Studio 2013 Update 3 Web API 2.2 ASP.NET Identity...
The ASP.NET Identity system is designed to replace the previous ASP.NET Membership and Simple Membership systems. It includes profile support, OAuth integration, works with OWIN, and is included with the ASP.NET templates shipped with Visual Studio 2013.
By Robert McMurray|
Learn how to use Facebook, Google, Microsoft, and Twitter authentication with Web API and Single Page Applications.
This module of a PluralSight video course provides an introduction to security in Web API.
By Mike Wasson|
Describes the cross-site request forgery (CSRF) attack and how to implement anti-CSRF measures in ASP.NET Web API.
By Mike Wasson|
Shows how to support Cross-Origin Resource Sharing (CORS) in ASP.NET Web API 2.
By Mike Wasson|
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 t...
By Mike Wasson|
Describes using Basic Authentication in ASP.NET Web API.
By Mike Wasson|
Describes using Forms Authentication in ASP.NET Web API.
By Mike Wasson|
Describes using Integrated Windows Authentication in ASP.NET Web API.
By Mike Wasson|
Shows how to use SSL with ASP.NET Web API, including using SSL client certificates.
In this video, Dominick Baier of thinktecture talks about authentication and authorization in Web API.