life is too short for a diary



Posts Tagged: oauth2

Kafka Consumers with Reactive OAuth2 in Non-HTTP Contexts

When integrating Kafka consumers with reactive OAuth2 for securing outbound HTTP calls, a common pitfall arises: Kafka processing typically operates in a background, non-HTTP context. This means there's no `ServerWebExchange` available, which is a core component of the reactive web stack that exposes the current HTTP request/response and request-scoped attributes...

Continue reading → kafka spring reactive oauth2



Getting Started with Oauth2

OAuth2 is an authorization framework that enables applications to access resources on behalf of a user without exposing their credentials. It is not an authentication protocol by itself — it delegates authorization securely...

Continue reading → oauth2 java spring boot



Daily Logs for Aug 4, 2025

Dear Vishi, my logs for today...

Continue reading → oauth2 vim