Hi @JC Lee , I was unable to reproduce the issue on my end. From the information you provided this seems to be an issue on Unity's side. Please post on the Unity forum and hopefully they can find the solution for you.
Best,
James
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm trying to the Microsoft auth with unity3d uwp.
Start from Azure quick start page sample, it worked good as itself.
But in unity3d build, AcquireTokenInteractive is not works.
How do I get it to work?
Hi @JC Lee , I was unable to reproduce the issue on my end. From the information you provided this seems to be an issue on Unity's side. Please post on the Unity forum and hopefully they can find the solution for you.
Best,
James
Unity guys saids that I have to call it from UI thread, so I did call AcquireTokenInteractive in Unity UI thread.
Buy I got a Web Connection error message like this
What is the problem?
I used these parameters.
ClientId = 8da850d5-4ba3-4382-b70b-f6babc38c488
authority = https://login.microsoftonline.com/common/
redirectUrl = https://login.microsoftonline.com/common/oauth2/nativeclient