This issue is resolved. The problem: my JWKS URL does not have public
issue. To solve this, we used a file based URL to read the JWKS JSON.
We are trying to talk to the Oauth2 server admin to see if the JWKS URL can
be made public. In the meantime, is the above file based approach
sustainable in t
Hi All,
I have the following setup:
Kafka broker (3.9.0)
Kafka producer (for now, using the producer-console in kafka itself)
This setup works fine for basic TCP, TLS and even tried SASL authentication
using PLAIN, SHA256.
Now, I am trying to setup OAuth2 SASL authentication on this setup and get