ASP.NET Core 3 - OAuth Client Implementation - Episode 6
Offered By: Raw Coding via YouTube
Course Description
Overview
Learn how to create an OAuth client for authentication in ASP.NET Core 3 in this 56-minute video tutorial. Explore the process of authenticating a client and saving an access token for authorization purposes. Follow along as the instructor guides you through creating a new project, setting up authentication callback paths, implementing token endpoints, and handling authorization responses. Gain hands-on experience with query builders, asynchronous token saving, event creation, and claim decoding. By the end of this tutorial, you'll have a solid understanding of OAuth client implementation in ASP.NET Core 3, enabling you to integrate secure authentication flows into your web applications.
Syllabus
Introduction
Create a new project
End goal
Authentication
Callback Path
Token Endpoint
Authorization Response
Response Type
Demo
Query Builder
Code
Demonstration
Token Async
Save Token
Create Event
Decode
Add new claims
List of claims
Wrap up
Taught by
Raw Coding
Related Courses
Tokenisation and Encryption in Digital Payments, FinTechUdemy Adding Business Logic to Your Tokens - What Could Possibly Go Wrong
NDC Conferences via YouTube APIs Exposed
NDC Conferences via YouTube ASP.NET Core 3 - IdentityServer4 - Implementing Sign-in Redirect with OIDC-Client.js - Episode 15
Raw Coding via YouTube ASP.NET Core 3 - OAuth - Securing the API - Episode 7
Raw Coding via YouTube