Completed
Implementation
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Modern Authentication
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Traditional application
- 3 Modern application
- 4 Identity vs Authn vs Authz
- 5 Claims-based auth
- 6 Terminology
- 7 Tokens (vs Passwords)
- 8 Token formats
- 9 SAML 2.0 Tokens
- 10 JSON Web Tokens (JWTS)
- 11 Auth protocols
- 12 Basic Flow
- 13 WS Federation
- 14 Fundamentals
- 15 Standard scopes
- 16 OpenID Connect JWT payload
- 17 Endpoints
- 18 Authorization Endpoint
- 19 Token Endpoint An example
- 20 Interactive flows
- 21 Authorization code flow (3-legged OAuth)
- 22 Token Endpoint Authorization code
- 23 Implicit flow (2-legged OAuth)
- 24 Client credentials flow (server-to-server calls)
- 25 Resource-owner credentials flow (Password flow)
- 26 Implementation