EOEugene Orlovskyinperfsys.hashnode.dev·1d ago · 8 min readHow to Add AWS Account SAML Login to KeycloakTL;DR: Import a ready-made Keycloak client JSON for the new AWS account, swap in one account label, and verify three settings that commonly get missed (Name ID format, the SSO URL name, and a rogue ro00
SCSam Critchleyinauthagonal.hashnode.dev·Jun 30 · 5 min readOIDC or SAML: which one you actually needEvery team building B2B software hits the same fork the first time a serious customer says "we need SSO." Two acronyms, OIDC and SAML, both claiming to be the answer, and an internet full of compariso00
SCSam Critchleyinauthagonal.hashnode.dev·Jun 20 · 4 min readLeaving Auth0: what actually moves — and the one thing they won't hand overMost teams don't leave Auth0 because they dislike it. They leave because the bill jumped, or because SAML and SCIM turned out to live behind a per-connection enterprise tier, and every new customer's 00
IIAMDevBoxiniamdevbox.hashnode.dev·May 10 · 5 min readForgeRock IDP Configuration Guide SAML OIDCForgeRock IDP is an identity provider solution that supports SAML and OIDC protocols for managing user identities and authentication. This guide will walk you through setting up ForgeRock IDP with both SAML and OIDC, including configuration steps and...00
IIAMDevBoxiniamdevbox.hashnode.dev·Mar 30 · 7 min readUnderstanding PingOne SSO Configuration for SAML and OIDCKeycloak and PingOne are two prominent solutions in the Identity and Access Management (IAM) space, each catering to different needs and environments. Keycloak is an open-source IAM solution, while PingOne is a fully managed, enterprise-grade IAM pla...00
BBalajiinbalajidevops.hashnode.dev·Mar 28 · 5 min readOAuth vs SAML — Complete Guide (With Real‑Time Examples & AWS Use Cases)Authentication and Authorization are fundamental building blocks of modern cloud, DevOps, and enterprise security. Two of the most widely used protocols for Single Sign‑On (SSO) are OAuth and SAML. Al00
BBalajiinbalajidevops.hashnode.dev·Mar 28 · 4 min readSAML (Security Assertion Markup Language)SAML is an open standard for exchanging authentication and authorization data between two parties — an Identity Provider (IdP) and a Service Provider (SP). It enables Single Sign-On (SSO), meaning you00
IIAMDevBoxiniamdevbox.hashnode.dev·Mar 2 · 9 min readConfiguring SAML Login with Spring Security: metadata-location and Relying Party SetupI've configured SAML SSO for 30+ Spring Boot applications. The setup looks simple in docs, but production always throws curveballs - certificate mismatches, signature validation failures, attribute mapping issues. Here's what actually works. Visual...00
TITech Insights Hubintopperblog.hashnode.dev·Feb 12 · 12 min readIdentity Federation: SAML vs OpenID ConnectIdentity Federation: SAML vs OpenID Connect in 2025 When your engineering team receives the third escalation in a month about users locked out of critical systems because authentication tokens expired during a cross-domain workflow, you're facing mor...00
DGDebashish Goudaincorefiesta.com·Jan 16 · 3 min readBridging the Data Gap : Enhancing Entra ID Tokens with Custom Claims ProvidersIntroduction : The "Data Silo" Challenge Imagine an organization managing a complex B2B collaboration. You are integrating multiple external applications using modern standards like SAML and OIDC. However, a common challenge arises: Data Disconnect. ...00