Securing ASP.NET Core APIs with JWT
Understand the core concepts of OAuth, OpenID and JWT. How to secure APIs written in ASP.NET Core using JWT tokens and enforce an Authenticated and Authorized access.
-
API Security – OpenID, OAuth And JWT In Detail
-
How to secure APIs with JWT Tokens
-
Scenario – Bypassing jwt token validation in an Authentication Middleware
-
Scenario: Validating JWT Token for Varying Validation Params in ASP.NET Core
-
Upgrading to .NET Core 3.0 – JWT Bearer with Strongly Typed Configuration