Completed
Policies, Requirements & Handlers
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Security in ASP.NET Core 2.1
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Kestrel security HTTPS by default
- 3 Certificate Config
- 4 SNI certification selection
- 5 Kestrel Security Configuration
- 6 HSTS caveats
- 7 Authentication Options in ASPNET Core Template Support
- 8 Individual User Accounts v2.1 Local Database
- 9 Template Authentication Individual User Accounts
- 10 ASPNET Core Authentication No more custom identity classes
- 11 ASPNET Core 20 Changes Authentication is now a single service
- 12 Do it yourself Cookie Authentication
- 13 Configuring cookie middleware
- 14 Implementing a validator
- 15 Authentication forwarding
- 16 Virtual Schemes
- 17 API Authentication The missing link
- 18 Data Protection One stop shop for encryption
- 19 Using Data Protection
- 20 Purpose Strings Their purpose
- 21 Configuring Data Protection Configuration Points
- 22 Implementing a key store IXmlRepository
- 23 Authorization Goal
- 24 Policies, Requirements & Handlers
- 25 Imperative Checks Evaluate your policies in code
- 26 Things to remember Register your handlers in DI
- 27 Resource Based Authorization Acting on a resource or model
- 28 Resource Authorization Handlers
- 29 Identity Features Packaged Uls