Completed
Problems with Implicit Flow
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 The Big Picture
- 5 Client Credentials Flow
- 6 Use Token
- 7 Challenges for Clients
- 8 Front-Channel: Authorization Code Flow Request
- 9 Front-Channel: Authorization Code Flow Response
- 10 Back-Channel: Retrieving Tokens
- 11 Issues with Code Flow
- 12 Hybrid Flow Request
- 13 Hybrid Flow Response
- 14 Issues with Hybrid Flow
- 15 Public Clients
- 16 Native/Mobile Applications
- 17 Anti Pattern: Resource Owner Password Flow
- 18 Using a browser for driving the authentication workflow
- 19 Client Libraries
- 20 Browser-based Clients (aka SPAS)
- 21 History (2)
- 22 Implicit Flow Request
- 23 Problems with Implicit Flow
- 24 Token Management for JS Apps
- 25 Java Script Client Library
- 26 The new kid on the block: Same Site Cookies
- 27 "BFF" Architecture
- 28 Further Reading