Securing ASP.NET Web API endpoints – Using OWIN, OAuth 2.0 and Claims
In this post we're going to create some simple endpoints using ASP.NET Web API, OWIN and OAuth 2.0. To secure Controller endpoints we are using a custom claims attribute. We will issue…
Continue Reading
Securing ASP.NET Web API endpoints – Using OWIN, OAuth 2.0 and Claims