Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
ASP.NET Core OAuth Authorization - .NET 7 Minimal APIs C#
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Cookie Authentication
- 3 Youtube Client Setup
- 4 Call to Youtube Endpoint
- 5 Authorization Policy for Integration Endpoints
- 6 OAuth Config Setup
- 7 Redirect to OAuth flow
- 8 Scopes
- 9 Enhancing the sign in session
- 10 Loading specific authentication session
- 11 Adding claims to cookie
- 12 Consuming the token
- 13 ClaimsTransformation for token loading