Basics of OpenID Connect (OIDC)

Опубликовано: 11 Июнь 2026
на канале: kodebot
692
9

OpenID Connect is authentication and authorisation protocol when using third party authentication and authorisation. For example when using social logins like Facebook or Google, we are using OpenID Connect underneath. We are covering the basics of this protocol with problem-solution approach. We first look at the problem that caused this protocol to be introduced and then look at how this protocol works to solve that problem.

It will be useful to know about OAuth2 and JWT prior to watching this video.

JWT -    • Basics of JSON Web Token (JWT)  
OAUTH2 -    • Basics of OAuth (OAuth2)