Open psdongre313 opened 5 years ago
You need to use await
keyword for async methods. You see this message because of Task doesn't run yet.
You need to use
await
keyword for async methods. You see this message because of Task doesn't run yet.
thanks, i used it and it worked
I am trying to get AAD access token from Azure and i am getting WaitingForActivation message.. Am i doing something wrong.. Please help ... Thanks in Advance !!
public static async Task getAcccessTockenMs( string certificateLocation, string certificatePassword)
{
// AAD Instance
string authority = "https://login.microsoftonline.com/{Tanent ID}";