Re: Support for other OAuth2 grant types in Kafka

2025-02-27 Thread Kirk True
Hi Subra, On Thu, Feb 27, 2025, at 5:41 AM, Subra I wrote: > Thanks for the response Kirk. I will look at the links shared as well. > > It is clear from the earlier links that as of now, Kafka only supports > client credentials grant type by default. Am I right? (Unless we do a > custom implement

Re: Support for other OAuth2 grant types in Kafka

2025-02-27 Thread Subra I
Thanks for the response Kirk. I will look at the links shared as well. It is clear from the earlier links that as of now, Kafka only supports client credentials grant type by default. Am I right? (Unless we do a custom implementation as mentioned by you) On Wed, Feb 26, 2025 at 11:46 PM Kirk True

Re: Support for other OAuth2 grant types in Kafka

2025-02-26 Thread Kirk True
Hi Subra, I'm one of the authors of the OAuth support in Kafka. Answers to your questions are below... On Tue, Feb 25, 2025, at 3:05 AM, Subra I wrote: > Hello All, > > I see that Kafka by itself supports client credentials as grant type for > OAuth2. I see this mentioned in one of the kafka KI

Support for other OAuth2 grant types in Kafka

2025-02-25 Thread Subra I
Hello All, I see that Kafka by itself supports client credentials as grant type for OAuth2. I see this mentioned in one of the kafka KIP as well: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=186877575 Is there a way to support other grant types as well? I came across the follo