Azure / azure-kusto-java

Microsoft Azure Kusto Library for Java
MIT License
38 stars 43 forks source link

fixes #379 token fetch issue and bumps version #378

Closed The-Funk closed 3 months ago

The-Funk commented 3 months ago

Fixed

MsalTokenProviders fail when getting silent parameters due to changes to a deprecated method in msal4j.

This PR replaces a usage of that deprecated method.

fixes #379