Completed
Browser-based Clients (aka SPAS)
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Building Clients for OpenID Connect - OAuth 2-based Systems
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Objectives
- 3 It's complicated!
- 4 Client Credentials Flow
- 5 Use Token
- 6 Front-Channel: Authorization Code Flow Request
- 7 Back-Channel: Retrieving Tokens
- 8 Issues with Code Flow
- 9 Hybrid Flow Request
- 10 Hybrid Flow Response
- 11 Issues with Hybrid Flow
- 12 Public Clients
- 13 Native/Mobile Applications
- 14 Anti Pattern: Resource Owner Password Flow
- 15 Using a browser for driving the authentication workflow (aka AppAuth)
- 16 Requesting the access token
- 17 Client Libraries
- 18 Browser-based Clients (aka SPAS)
- 19 History (1)
- 20 Implicit Flow Request
- 21 Problems with Implicit Flow
- 22 Token Management for JS Apps
- 23 Java Script Client Library
- 24 The new kid on the block: SameSite Cookies
- 25 "BFF" Architecture