Completed
Session Management
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Implementing OpenID Connect and OAuth 2.0 – Tips from the Trenches
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Agenda
- 3 Common requirements
- 4 Architecture diagram
- 5 Application types
- 6 Questions to ask
- 7 What are clients
- 8 What are resources
- 9 First iteration
- 10 Identity
- 11 External Systems
- 12 Protocol Flows
- 13 Identity Token
- 14 Session Management
- 15 Resource Access
- 16 Keep it Simple
- 17 Access Tokens
- 18 Access Token Revocation
- 19 Selfcontained vs reference tokens
- 20 Summary