Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
ASP.NET Core Custom OAuth Server - .NET 7 Minimal APIs C#
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Auth code flow recap
- 3 Dev Keys
- 4 Authorization Endpoint
- 5 Authorization Endpoint Request
- 6 PKCE recap
- 7 Authorization Endpoint Response
- 8 Authorization Code
- 9 Testing Authorization Endpoint
- 10 Token Endpoint Base
- 11 Grant Type
- 12 Token Endpoint Request
- 13 Authorization Endpoint Response
- 14 Creating JWT
- 15 Token Endpoint Extension
- 16 Code Verifier & Code Challenge
- 17 Testing Token Endpoint
- 18 Code Challenge Creation Logic
- 19 Code Verifier Validation
- 20 Mapping Claims
- 21 Validation