kafka/clients
Sushant Mahajan 5afce2de68
KAFKA-15077: Code to trim token in FileTokenRetriever (#13835)
The FileTokenRetriever class is used to read the access_token from a file on the clients system and then it is passed along with the jaas config to the OAuthBearerSaslServer. In case the token was sent using FileTokenRetriever on the client side, some EOL character is getting appended to the token, causing authentication to fail with the message:


Reviewers: Manikumar Reddy <manikumar.reddy@gmail.com>
2023-06-11 11:52:25 +05:30
..
src KAFKA-15077: Code to trim token in FileTokenRetriever (#13835) 2023-06-11 11:52:25 +05:30
.gitignore