Description
The class org.apache.kafka.common.security.oauthbearer.secured.HttpAccessTokenRetriever is used to send client creds to public OAuth/OIDC provider and fetch the response, possibly including the access token.
However, if there is an error - the exact error message from the provider is not currently being retrieved.
The error message can help the client easily diagnose if failure to fetch token is due to some misconfiguration on their side.
Attachments
Issue Links
- links to