Topic

OAuth2

16 posts filed under OAuth2.Browse all topics.

RFC 9068: A JWT-Based OAuth2 Access Token Format Standard

For anyone who has been paying attention, this blog post has been a long-time coming for multiple reasons. First, this is my first blog post in a couple of years — I’ve been heads down on a couple of projects for awhile now. This is literally the first time I’ve “come up for air” since the last…

Access TokensJWTOAuth2

OAuth2 Implicit Grant with Red Hat SSO v7.1

In my last post, we looked at how to configure Red Hat SSO v7.1 for OpenID Connect. That post also introduced a web-based OAuth2 + OIDC debugger and the OIDC Authorization Code Authentication Flow. The Red Hat SSO configuration that was created in that post also allows the OAuth2 Implicit Grant to…

AuthenticationAuthorizationDebugging

JWT Use Cases

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…

JWTOAuth2OpenID Connect