bala's random rumblings
Archives Slides Talks

OAuth

Jul 30, 2026

Understanding FedCM: Federated Sign-In Without Third-Party Cookies

Third-party cookies are disappearing, and many “Sign in with X” flows built on embedded IdP iframes depended on them. FedCM (Federated Credential Management) is browser’s replacement: instead of the RP embedding the IdP and reading its cookies, the browser handles the identity flow and returns an identity token.

Continue Reading

Feb 28, 2026

OAuth 2.0 Dynamic Client Registration: RFC 7591, 7592

Whether you’re building a massive SaaS platform or a niche API, OAuth is the standard for authorization. But every OAuth setup runs into the same wall eventually: registration.

Continue Reading

Jun 14, 2024

OpenID Connect Sessions: Logout Is Harder Than Login

Everyone mostly understands the OIDC login flow correct. It’s simple and staight-forward, you do the authorization code flow, validate the ID Token, set a session cookie, and done. Logout is where things becomes a bit complex and they usually happen silently.

Continue Reading

Jun 15, 2023

The nuts and bolts of oauth2.0 (part2)

This is part 2 of nuts and bolts of OAuth 2.0, continuing part 1. In this section, I’ll explore the client credentials flow for machine-to-machine communication

Continue Reading

  • ««
  • «
  • 1
  • 2
  • »
  • »»

Bala

An ID Developer at Money Forward, Tokyo. Designing secure authentication solutions using OAuth2.0, OpenID, SAML, and Passkeys. Experienced in microservices, DevOps, and SRE optimizations. Passionate about building robust, secure identity systems. LinkedIn.

Story logo

© 2026 bala