All topics

JWT

28 articles tagged JWT.

SAML2 vs JWT: A Comparison

  • JWT
  • SAML

This post concludes our discussion of SAML2 and JWT. Here we look at a comparison of the features and use cases of the two technologies. It’s difficult to make a direct comparison of JWT and SAML2. As we’ve seen through this series, one must take into account the specifications that work in…

Read article: SAML2 vs JWT: A Comparison

JWT Use Cases

  • JWT
  • OAuth2
  • OpenID Connect

This post explores the equivalent JWT use cases corresponding to the five SAML2 use cases that were explored earlier in this series. We had to build up our tool set to get to this point — including exploring JWT, OAuth2, OpenID Connect, and the supporting specs. To be ready for this moment, we’ve…

Read article: JWT Use Cases

SAML2 vs JWT: Apigee & Azure Active Directory Integration — A JWT Story

  • Active Directory
  • API Management
  • Apigee

In our next SAML2 vs JWT post, we are going to use a JWT with a very simple API that is proxied through Apigee Edge Public Cloud. The JWT token will be an OAuth2 access token generated by Azure Active Directory. In the last post in this series, we explored what JSON Web Tokens (JWTs) are and the…

Read article: SAML2 vs JWT: Apigee & Azure Active Directory Integration — A JWT Story