MHMuiz Harunaindevdesiignn.hashnode.dev路6d ago 路 11 min readWeb Security: OAuth 2.0 and OpenID Connect (OIDC)OAuth 2.0: Open Authorization In the past, sharing information between services was often done by sharing login credentials with the other service, trusting that service to protect the credentials and00
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 26 路 5 min readThe feature tax: stop paying to flip switches that cost nothingSomewhere on your auth vendor's pricing page is a checkbox that costs more per month than an engineer's laptop, and nothing to provide. This is a piece about that checkbox. There's a website called ss00
MMMainStay Marketinginmainstay.hashnode.dev路Jun 9 路 2 min readImplementing Secure Single Sign-On (SSO) for Darwinbox The transition to a permanent remote workforce has obliterated the traditional corporate network firewall. Highly sensitive human capital data residing in cloud platforms like Darwinbox is now accesse00
JAJayanath Amaranayakeinfewmorewords.com路May 25 路 5 min readGitea for Version ControlHey, Good to see you around here! 馃憢馃槉 馃У This is the part 06 of the Home Lab 2.0 series. It took me almost 8 months to write this post 馃槵. Mostly I feel like these posts are increasingly becoming irr00
IIAMDevBoxiniamdevbox.hashnode.dev路Apr 27 路 6 min readUnderstanding OpenID Connect Logout For Seamless Single Sign-OutOpenID Connect logout is a critical component of any identity and access management (IAM) system that supports single sign-on (SSO). It ensures that when a user logs out of one application, they are also logged out of all other applications that shar...00
SSSerhii Soldatovinssoinpractice.hashnode.dev路Apr 22 路 12 min readOkta Single Sign-On (SSO) Setup: A Step-by-Step GuideConfiguring SSO authentication in Okta After logging into the Okta panel, you will be redirected to the dashboard. From here, we will configure Okta to enable Single Sign-On (SSO) authentication for o00
SSSerhii Soldatovinssoinpractice.hashnode.dev路Apr 22 路 11 min readAzure Single Sign-On (SSO) Setup: A Step-by-Step GuideTo enable Single Sign-On (SSO) for your application, we first need to register it in Azure Active Navigate to Microsoft Entra ID: Click to Add button and select App registration: Fill in the Name 00
SSSerhii Soldatovinssoinpractice.hashnode.dev路Apr 22 路 3 min readHow to Test SSO Authentication with Cognito and OIDC ProvidersPrerequisites for all OIDC Providers This guide covers the admin setup for SSO authentication built with Django and AWS Cognito. The full reference implementation is available on GitHub: django-cognit00
SSSerhii Soldatovinssoinpractice.hashnode.dev路Apr 22 路 7 min readFrom Django Library to AWS Cognito: My Journey Building Enterprise SSOThe Client Call That Started Everything "We need SSO. Multiple providers. Per client. Starting next sprint." That was the moment I realized I had no idea what I was actually getting into. I'd built au00