We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a1b3e8 + 0c429a8 commit 8f21825Copy full SHA for 8f21825
active-directory-wpf-msgraph-v2/App.xaml.cs
@@ -41,8 +41,7 @@ public static void CreateApplication(bool useWam)
41
// - for Microsoft Personal account, use consumers
42
private static string ClientId = "4a1aa1d5-c567-49d0-ad0b-cd957a47f842";
43
44
- // Note: Tenant is important for the quickstart. We'd need to check with Andre/Portal if we
45
- // want to change to the AadAuthorityAudience.
+ // Note: Tenant is important for the quickstart.
46
private static string Tenant = "common";
47
private static string Instance = "https://login.microsoftonline.com/";
48
private static IPublicClientApplication _clientApp;
0 commit comments