Hi ,
I am using native winform application from here to login to my web page . Auth0 WPF / Winforms SDK Quickstarts: Login.
If I run the application normally everything works fine and I am getting token from my web server. but if I run the application in admin mode , it hangs after this call forever,
await client.LoginAsync(extraParameters: extraParameters).
Can anyone please help me with this.