Hello, you can give Strimzi Kafka OAuth [1] a try. It is an add-on for Kafka that plugs into the existing SASL_OAUTHBEARER authentication mechanism, providing fast JWT signature validation using your authorization server's JWKS endpoint, and the OAuth2 introspection endpoint based approach where you delegate the token validation to the authorization server.
[1] https://github.com/strimzi/strimzi-kafka-oauth - marko On 2020/04/08 04:37:09, Antony Alphonse <antonyaugus...@gmail.com> wrote: > Hi, > > I'm looking to implement authentication using Oauthbearer mechanism in my > Kafka cluster. My Oauth server will be Azure AD. If anyone have implemented > similar setup on Azure and can share some tips on how to proceed? > > Thanks > AA >