Click here to Skip to main content
15,899,754 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

Following Microsoft example on https://apps.dev.microsoft.com/portal/guided-setup/test?appType=mobileAndDesktopApp&appTech=windowsDesktop &appId= with the correct application identity I had tried to read my first email but on the line acquiring token
authResult = await App.PublicClientApp.AcquireTokenSilentAsync(_scopes, App.PublicClientApp.Users.FirstOrDefault());
users list is empty.


Any idea ?

What I have tried:

I had checked allow implicit flow without any effect. Searches on Google and here give me links similar problems but no solution...
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900