azure-kusto-java icon indicating copy to clipboard operation
azure-kusto-java copied to clipboard

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

Open The-Funk opened this issue 1 year ago • 0 comments

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.

The-Funk avatar Aug 01 '24 13:08 The-Funk