Skip to content

Add anonymous authentication

Compare
Choose a tag to compare
@toshetah toshetah released this 19 Nov 09:51
· 352 commits to master since this release
0508ed1

Add anonymous authentication.

BREAKING CHANGES:

  • Default authentication method changed from device to anonymous .
    In order to use device login it should be specified explicitly KustoConnectionStringBuilder.with_aad_device_authentication.

FEATURES:

  • Added Anonymous authentication option. You can send a request without an authorization header (default option when providing just a cluster uri KustoClient("https://<cluster>.kusto.windows.net.").

FIXES:

None