Topic

OAuth2

16 posts filed under OAuth2.Browse all topics.

SAML2 vs JWT: Understanding OpenID Connect Part 1

This post builds upon what we learned about OAuth2 and JWT in previous posts. OpenID Connect will give us the final building block for the JWT-related use cases that this series will explore. The goal of this blog post is to provide a deep understanding of the OpenID Connect spec without having to…

JWTOAuth2OpenID Connect

SAML2 vs JWT: Understanding OAuth2

This blog post continues the SAML2 vs JWT series. In the last post, we discussed JSON Web Tokens. Now, we are going to move on to OAuth2 and OpenID Connect, which provides some structure and protocol around the use of JWT. These protocols are used, along with JWT, to build the JWT use cases this…

JWTOAuth2OpenID Connect