We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 493ecde + b67a10d commit 0c429a8Copy full SHA for 0c429a8
active-directory-wpf-msgraph-v2/App.xaml.cs
@@ -29,8 +29,7 @@ static App()
29
// - for Microsoft Personal account, use consumers
30
private static string ClientId = "4a1aa1d5-c567-49d0-ad0b-cd957a47f842";
31
32
- // Note: Tenant is important for the quickstart. We'd need to check with Andre/Portal if we
33
- // want to change to the AadAuthorityAudience.
+ // Note: Tenant is important for the quickstart.
34
private static string Tenant = "common";
35
private static string Instance = "https://login.microsoftonline.com/";
36
private static IPublicClientApplication _clientApp ;
0 commit comments