Tag: #oauth2
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 25 posts
[DevOps] SSO Server Mocking Guide: Building OAuth2/OIDC Test Environments
A comprehensive guide to mocking SSO (Single Sign-On) servers. Covers OIDC Provider simulation with WireMock, Keycloak test containers, and mock-oauth2-server usage.
2026-03-20 · 11 min read #devops#sso#oauth2#oidc#mockingSSO Cookie/JWT Authentication System Complete Guide — Framework-Specific Practical Series Index
An overview of the complete flow of SSO, cookie, and JWT-based authentication systems, with a guide to the practical implementation series for Spring Boot, Django, React, and Next.js frameworks.
2026-03-08 · 15 min read #architecture#authentication#sso#jwt#cookieSSO Integration Practical Guide - OIDC/OAuth2 + Cookie/JWT Hybrid Architecture, Token Rotation Complete Mastery
Complete mastery of designing and implementing SSO with OIDC/OAuth2 and cookie/JWT hybrid architecture, covering token rotation, refresh strategies, and multi-service authentication with practical code.
2026-03-08 · 20 min read #architecture#authentication#sso#oidc#oauth2OAuth 2.0 Mastery — Everything About Authentication and Authorization
From the inner workings of OAuth 2.0 to Authorization Code, PKCE, Refresh Tokens, and OpenID Connect. Why does a single Google login button require such a complex protocol? We fully dissect it with code and sequence diag
2026-03-02 · 7 min read #architecture#oauth2#security#authentication#authorizationThe Definitive Guide to Next-Generation Digital Identity, SSO, and Keycloak in Practice
Compare SSO architectures and SAML/OAuth2/OIDC standards, then dive into Keycloak production deployment, authentication flows, RBAC/ABAC authorization, LDAP integration, Spring Boot/Next.js integration, and high availabi
2026-03-01 · 12 min read #keycloak#iam#sso#oauth2#oidc