Главная
Study mode:
on
1
Introduction
2
Creating & Loading Keys
3
JWT
4
Signing JWT
5
JwtBearer Internals
6
Public Key Resolution
7
Configuring JwtBearer
8
Using the JWT
9
Using Private Signing Keys
10
Token Validation Parameters
11
Claim Mapping
12
External Token Validation
13
JWK
14
Using JWK for validation
15
External Token Usage
16
Public Key Token Creation
17
Key Roll Over
Description:
Explore JWT authentication in ASP.NET Core with this comprehensive tutorial video. Learn to implement JSON Web Tokens in .NET 7, .NET 6, and .NET 5 using C# and Minimal APIs. Dive into key concepts such as symmetric and asymmetric keys, JSON Web Keys (JWK), and key rollover. Gain hands-on experience with creating and loading keys, signing JWTs, configuring JwtBearer, and understanding its internal workings. Master public key resolution, token validation parameters, claim mapping, and external token validation. Discover how to use JWK for validation, implement external token usage, and create public key tokens. By the end of this tutorial, acquire the skills to build robust authentication systems in ASP.NET Core applications.

ASP.NET Core JWT Authentication Tutorial - Minimal APIs and .NET 7

Raw Coding
Add to list