Social Login with OIDC: Google, GitHub & Microsoft
Learn how to integrate social login providers like Google, GitHub, and Microsoft using OIDC protocols and Keycloak to streamline federated identity.
Part 8 · OpenID Connect Deep Dive SeriesTag
Authentication patterns and protocols — OAuth 2.0, OIDC, SAML, MFA, passwordless, and session strategies for modern applications.
78 posts · page 4 of 4
Learn how to integrate social login providers like Google, GitHub, and Microsoft using OIDC protocols and Keycloak to streamline federated identity.
Part 8 · OpenID Connect Deep Dive SeriesLearn how to effectively test OAuth 2.0 integrations with Spring Boot and Keycloak test containers in this technical walkthrough for developers.
Part 10 · OAuth 2.0 Deep Dive SeriesA walkthrough on implementing a custom OIDC provider with Spring Authorization Server, covering setup and configuration details.
Part 5 · OpenID Connect SeriesLearn how to integrate OpenID Connect authentication into your Spring Boot application using Keycloak for secure user management.
Part 3 · OpenID Connect Deep Dive SeriesExplore the core components of JSON Web Tokens, including JWS and JWE, and learn how to properly sign and validate them for secure applications.
Part 2 · OpenID Connect Deep Dive SeriesUnderstand how OpenID Connect (OIDC) builds on OAuth 2.0 to provide identity solutions, covering ID tokens, discovery mechanisms, and essential flows.
Part 1 · OpenID Connect & OAuth 2.0 Mastery SeriesExplore effective patterns and common pitfalls when implementing SAML in microservices, including API gateway configurations and token translation techniques.
Part 10 · SAML Mastery SeriesLearn how to execute a practical migration from SAML to OIDC. This walkthrough covers OIDC adoption strategies and handling legacy SAML systems effectively.
Part 1 · Identity Modernization SeriesExplore the critical implementation patterns and common pitfalls when configuring SAML single logout, including SP-initiated and IdP-initiated logout strategies.
Part 5 · SAML Mastery SeriesResolve frequent SAML configuration problems, debug signature validation failures, and utilize SAML tracers effectively.
Part 4 · SAML Mastery SeriesNavigate the complexities of SAML, OAuth 2.0, and OIDC with a focused comparison to guide your enterprise authentication strategy.
Part 3 · SAML Mastery SeriesLearn how to configure your Service Provider for SAML SSO, covering Spring Security setup, metadata exchange, and common troubleshooting steps.
Part 2 · SAML Mastery SeriesLearn how to deploy Keycloak securely in production using Docker and Kubernetes, including SSL configuration and monitoring strategies.
Part 2 · Keycloak Deployment SeriesLearn to secure OIDC flows with effective multi-factor authentication strategies including WebAuthn, TOTP, and dynamic step-up challenges using ACR.
Part 7 · OpenID Connect Deep Dive SeriesUnderstand the core OAuth 2.0 grant types like authorization code, client credentials, and PKCE to implement secure authentication flows effectively.
Part 1 · OAuth 2.0 Deep Dive SeriesLearn how to secure OAuth 2.0 implementations by preventing common vulnerabilities such as CSRF attacks and token leakage through proven hardening techniques.
Part 9 · OAuth 2.0 SeriesLearn how to prepare for OAuth 2.1 with mandatory PKCE, key deprecations, and essential security updates for a secure transition.
Part 7 · OAuth 2.0 Technical SeriesClarify how OAuth 2.0 protocols interact with JSON Web Tokens. Learn about opaque tokens, format selection strategies, and essential best practices for secure implementation.
Part 6 · OAuth 2.0 Series