Azure / azure-kusto-java

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

allows users to provide their own TokenCredential auth from azure-identity #392

Closed The-Funk closed 3 weeks ago

The-Funk commented 1 month ago

This would allow users to use azure-identity directly in order to authenticate their kusto client instance.

Putting in draft for consideration.

The-Funk commented 1 month ago

This would address #377 by allowing the client dev to use azure-identity directly when creating a Kusto Client.

The-Funk commented 3 weeks ago

closing in favor of #394