We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b3b0cb + 8f21825 commit 05b875dCopy full SHA for 05b875d
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