-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GraphServiceClient returns only user email and name. #2550
Comments
There is another problem: GetAccountsAsync() never returns accounts. I would like to be able to login using ClientApp.AcquireTokenSilent but it forgets the account I'm logged in with after closing the Avalonia or WPF application. |
Although in a UWP application this approach works great.
|
In Avalonia or WPF app this code doesn't work. It's just do AcquireTokenInteractive when I restarting application. |
I did as stated here https://learn.microsoft.com/en-us/azure/developer/mobile-apps/azure-mobile-apps/quickstarts/avalonia/authentication. But this does not work in the case of a desktop application. |
Untitled.video.-.Made.with.Clipchamp.mp4 |
If I try to get something else, like inbox or todo, but it throws an ODataError.
This new version of code works us expected because I using PublicClientApplicationBuilder and removed Tenant id.
The text was updated successfully, but these errors were encountered: