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 – Understanding OpenID, OAuth and JWT in Detail
-
Getting started with Securing APIs using JWT Bearer Authentication – Hands on
-
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