azure-kusto-java
azure-kusto-java copied to clipboard
msal4j update from azure bom removes functionality from deprecated method causing token fetch failures
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.