How AKS authentication integrates & works with Entra ID
This post takes a deep dive into the AKS authentication mechanism and explains how it is integrated into Entra ID
OAuth is an open standard for access delegation, commonly used as a way for Internet users to grant websites or applications access to their information on other websites but without giving them the passwords.
This post takes a deep dive into the AKS authentication mechanism and explains how it is integrated into Entra ID
This article demonstrates how a spring boot application can use an Azure AD identity to authenticate against a Postgres server
This post gives an introduction to OpenID Connect and the concept of identity federation.
This article gives an overview of the steps involved in the device authorization flow, which can be used by input constraint devices (clients) like smart TVs.
This article covers the terminology required to understand the OAuth 2.0 & OpenID Connect flows
This article gives an overview of the steps involved in the client credentials flow which is commonly used for server-to-server interactions.
This post talks about the authorization code flow - probably the most common OAuth 2.0 flow type. And also about the PKCE extension, which can be seen as the successor of the implicit grant flow.
OAuth 2.0 & OpenID Connect does have a reputation of being complex. In this series of posts I am documenting my own endevaours to understand this protocol in more depth