Completed
Callback Endpoint
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
ASP.NET Core External Authentication - OAuth, .NET 7 Minimal APIs C#
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Configuring Client
- 3 Callback Endpoint
- 4 2nd Authentication Scheme
- 5 Return Uri
- 6 State Parameter
- 7 OAuthHandler Internals
- 8 Saving Tokens Option
- 9 SignInScheme Cookie Creation
- 10 Get Tokens from Authentication Properties
- 11 Adding Token Claims to Cookie
- 12 Calling User Information Endpoint
- 13 Claim Actions & Mapping Claims
- 14 Saving Tokens to Database
- 15 Facebook Authentication