Hacker News with Generative AI: Spring Boot

Configure Azure Entra ID as IdP on Keycloak (ght1pc9kc.fr)
For a new project, I needed to use Keycloak as an Authentication Provider in a Spring Boot WebFlux application. Since the company I work for has a Microsoft Entra ID (formerly Azure Active Directory), the ideal solution was to connect Entra ID as an Identity Provider in Keycloak using OpenID Connect.
Advanced OAuth2: Refresh Tokens and Token Expiration Strategies (igventurelli.io)
OAuth2 has become the backbone of secure authorization in modern applications, enabling applications to access resources on behalf of users. While the initial implementation of access tokens is relatively straightforward, managing their expiration and handling refresh tokens efficiently is critical for a seamless user experience and robust security. In this post, we’ll explore advanced concepts of OAuth2, focusing on refresh tokens and token expiration strategies, with practical examples using Java and Spring Boot.