Silicon Valley Code Camp : October 13 & 14, 2018session
OAuth 2.0 and OIDC
I will talk about:
- History of OAuth 2.0
- OIDC - Authentication
- Authorization
If time permits:
- How to get a JWT
About This Session
How can application developers provide users with secure authentication without investing a lot of time and instead focus on building their application’s core functionality? With OpenId Connect (OIDC) you give the authority to a trusted provider to prove that the user is who they say they are. OIDC is built on top of OAuth 2.0 so it has all functionality of OAuth 2.0 plus more. In this talk, We explore how do applications talks to each other to get access to resources on behalf of the user via OIDC. We will also walk through how to get access and Id token with OpenId Connect.
Outline:
- What is OAuth 2.0 and what problem does it solve
- What is OIDC and why was it built on top of OAuth
- What is the difference between authentication and authorization
- walk-through of How to get JSON web token using OpenID Connect flow