Azure / azure-kusto-java

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

msal4j update from azure bom removes functionality from deprecated method causing token fetch failures #379

Closed The-Funk closed 3 months ago

The-Funk commented 3 months ago

Describe the bug Newer versions of msal4j have changed the way a deprecated method works, causing auth token fetch failures when azure-bom > 1.2.22. This is due to the authentication wrapper layer in azure-kusto-java. When the token fetch fails, no queries to ADX are possible.

To Reproduce Run tests in main branch.