Azure-Samples / active-directory-dotnet-graphapi-console

A .NET console application that performs various queries against the Azure AD Graph API using both user identities and application identities.
79 stars 77 forks source link

AuthenticationHelper should use async version of AcquireToken #34

Closed robertos closed 6 years ago

robertos commented 8 years ago

The AuthenticationHelper in this sample is using AcquireToken instead of AcquireTokenAsync. This is not a high priority issue but given that this is a sample that many people use as reference I believe it's worth fixing. I'm planning to submit a pull request with a proposed fix soon.

robertos commented 6 years ago

Close this since equivalent changes have already been made on the sample (PR #37)