How to authenticate an Azure identity against a Postgres instance using Spring Boot
This article demonstrates how a spring boot application can use an Azure AD identity to authenticate against a Postgres server…
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…