Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
I've implemented OpenID Connect (OIDC) login a few times in my career. Two times this year, actually. But I always forget all the steps and details, so I wanted to write them down in this article for future reference. Even if we use a library to manage the majority of those steps, we we can still benefit knowing the details under the hood.
Ever tried customizing ZITADEL's default login page and realized you're stuck with their hosted UI? I...
A comprehensive guide to OpenID Connect Dynamic Client Registration 1.0 (based on RFC 7591/7592). Why do we need dynamic registration? We explain its use cases and sequences with easy-to-understand diagrams.
Reading through the OIDC Core 1.0 specification with a deep dive into ID Tokens, the 3 Authentication Flows, Claims, UserInfo, and security design.
A line-by-line walkthrough of RFC 6749 covering all Grant Types, endpoints, and security design . Also covers the evolution toward OAuth 2.1.
A comprehensive, illustrated deep dive into RFC 8693 (Token Exchange), the OAuth 2.0 standard for exchanging one token for another, exploring the crucial differences between Impersonation and Delegation.
Storing long‑lived AWS access keys inside CI/CD pipelines is common. It works. It is simple. And it...
OAuth2 and OpenID Connect are often mentioned together, and many developers assume they solve the...
Demystifying OpenID Connect Discovery 1.0: Deep diving into Issuer Discovery using WebFinger and metadata retrieval via /.well-known/openid-configuration.
A systematic explanation of the history and mechanisms of "Authentication", covering the transition from passwords to FIDO2, protecting secrets with TPM, and the evolution from LDAP to OIDC and IdPs.
Telegram has introduced a new OpenID Connect-based implementation of Log In with Telegram, aligning...
When you’re wrangling a distributed system, authentication can feel like herding cats while riding a...
Dependabot OIDC and Google Cloud Artifact Registry: Navigating the Integration Gap The...
OpenID Connect (OIDC) login flow is the process by which users authenticate themselves using OpenID...
Ever clicked a “Login with Google” button or granted a new photo app permission to access your...
Connect GitHub Actions to AWS securely using OIDC, no static credentials needed.
Learn why OAuth 2.0 and OpenID Connect (OIDC) are important for modern authentication, especially in the age of AI, agents, and smart devices. This article covers key use cases, when to implement these protocols, and how to choose the right auth provider for scalability and security.
CoreIdent is on a mission to make robust, standards-based authentication and identity actually...
Introduction When it comes to Single Sign-On (SSO), two protocols dominate the landscape:...
SAML (Security Assertion Markup Language) and OIDC (OpenID Connect) are two widely-used standards for...
When it comes to secure authentication, two protocols dominate the scene: SAML (Security Assertion...