kafka/clients
Kirk True eb53c4c8c7 KAFKA-14496: Wrong Base64 encoder used by OIDC OAuthBearerLoginCallbackHandler
The OAuth code to generate the Authentication header was incorrectly
using the URL-safe base64 encoder. For client IDs and/or secrets with
dashes and/or plus signs would not be encoded correctly, leading to the
OAuth server to reject the credentials.

This change uses the correct base64 encoder, per RFC-7617.

Co-authored-by: Endre Vig <vendre@gmail.com>
2022-12-16 19:39:08 +05:30
..
src KAFKA-14496: Wrong Base64 encoder used by OIDC OAuthBearerLoginCallbackHandler 2022-12-16 19:39:08 +05:30
.gitignore KAFKA-4848: Fix retryWithBackoff deadlock issue 2017-03-20 21:56:15 -07:00