Главная
Study mode:
on
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
Description:
Learn how to implement external authentication using OAuth in ASP.NET Core with this comprehensive tutorial. Explore the process of setting up GitHub external authentication, understand how OAuth is utilized for external authentication, and discover the AddOAuth functionality. Gain hands-on experience with ASP.NET Core C# minimal API external authentication examples, compatible with .NET 7, .NET 6, and .NET 5. Cover essential topics such as configuring the client, setting up callback endpoints, implementing multiple authentication schemes, handling state parameters, and delving into OAuthHandler internals. Master techniques for saving tokens, creating SignInScheme cookies, retrieving tokens from authentication properties, and adding token claims to cookies. Explore user information endpoints, claim actions, and claim mapping. Learn how to save tokens to a database and implement Facebook authentication. Enhance your understanding of ASP.NET Core authentication and authorization through this practical, step-by-step video tutorial. Read more

ASP.NET Core External Authentication - OAuth, .NET 7 Minimal APIs C#

Raw Coding
Add to list