JWT authentication for ASP.NET Web API

I’m trying to support JWT bearer token (JSON Web Token) in my web API application and I’m getting lost.

I see support for .NET Core and for OWIN applications.
I’m currently hosting my application in IIS.

How can I achieve this authentication module in my application? Is there any way I can use the <authentication> configuration similar to the way I use forms/Windows authentication?

7 Answers
7

Leave a Comment