You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am one of the devs working on https://github.com/Azure/azure-kusto-python.
We are currently using adal for azure authentication, and we get a lot of requests for silent authentication flow (as we provide in our .net SDK).
Currently, adal python does not expose such a capability, all though it seems possible to achieve using similar low level, OS dependent code.
We would love the ability to provide silent auth for our windows users, and, to take a part of the dev effort, if needed.
aenfield, sambott, llawall, slishak, mfow and 71 more