Completed
Modern Application Architecture
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Securing Web Applications and APIs with ASP.NET Core 2.2 and 3.0
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Modern Application Architecture
- 3 Hosting
- 4 Kestrel Security
- 5 ASP.NET Core Architecture
- 6 Data Protection in ASP.NET Core
- 7 Who uses Data Protection?
- 8 Authentication in ASP.NET Core
- 9 Setting up authentication
- 10 Interacting with the authentication system (2)
- 11 Session Management (2)
- 12 Advanced Features
- 13 External Authentication
- 14 Example: Sign-in & Token Request w/ Openi Connect
- 15 API Authentication
- 16 Example Authorization Policy
- 17 Programmatically using policies
- 18 Custom Authorization Handler
- 19 Resource-based Authorization
- 20 Example: Document resource
- 21 Invoking the authorization handler
- 22 ASP.NET Identity
- 23 The missing link