Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Web Security: OAuth and OpenID Connect

Posted By: Landau17
Web Security: OAuth and OpenID Connect

Web Security: OAuth and OpenID Connect
MP4 | Video: 720p | Duration: 1:26:18 | English | Subtitles: VTT | 245.4 MB



While many technical professionals claim to know and understand OAuth, reality often suggests otherwise. Implementing the proper grant types and the required flows while securely protecting your secrets is challenging at best and catastrophic at worst. Fundamentally, professionals often struggle with OAuth because they misunderstand what it is, what use cases it is particularly good and bad at, and how to integrate it smoothly and safely into their systems. In this course, review the basics of OAuth 2.0 and OpenID Connect, and learn how to use them to authenticate your applications. Learn about tokens, scopes, and claims; OAuth flows; common security considerations; and more.

Topics include:
  • How does OAuth 2.0 work, and what problems does it solve?
  • What is OpenID Connect, and how is it different from OAuth?
  • OAuth tokens and their usage
  • Authorization in microservices
  • Common security considerations
  • Authorization for mobile apps and SPA
  • Authorization in legacy applications
  • Server-side implementations