Many applications now depend on trusted external login providers.
OAuth and OpenID Connect simplify secure third-party authentication 👇
#OAuth#OpenIDConnect#Authentication
Those are THE only standards in auth now.
Literally everything uses them. And we got a half assed partial implementation of one part of oauth that is one part of Openidconnect.
Completed the Session by @piyushgarg_dev sir on JWT keys and OpenIDConnect
Topics covered
monolith &
microservice architecture,
Asymmetric authentication,
Behind the scenes of OIDC & OAuth2
& many more..
@ChaiCodeHQ@Hiteshdotcom@nirudhuuu@yntpdotme
Many developers misunderstand OAuth2.
It’s not an authentication protocol.
It’s a delegation protocol.
Authentication is usually added via OpenID Connect (OIDC).
Once you realize this, OAuth flows make much more sense.
#OAuth2#OpenIDConnect#Keycloak#IAM