Forum Discussion

lakyed's avatar
lakyed
Icon for Microsoft rankMicrosoft
Feb 06, 2019
Solved

Missing method WithAadUserPromptAuthentication in Microsoft.Azure.Kusto.Data.NETStandard Nuget

  I am using Nuget Microsoft.Azure.Kusto.Data.NETStandard (latest version published yesterday). With the previous version I used to get the following error. Kusto Connection String Builder has ...
  • Vladik Branevich's avatar
    Feb 11, 2019

    The reason for the method WithAadUserPromptAuthentication being absent in the .NET Standard version of the SDK is that this scenario (with interactive pop-up dialog) is not implemented in ADAL (AAD Authentication Library) for .NET Standard.

     

    Hope this helps.

     

Resources