Skip to content

Commit 05b875d

Browse files
committed
Merge branch 'jmprieur/msal4-20' of https://github.com/Azure-Samples/active-directory-dotnet-desktop-msgraph-v2 into jmprieur/msal4-20
2 parents 3b3b0cb + 8f21825 commit 05b875d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

active-directory-wpf-msgraph-v2/App.xaml.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ public static void CreateApplication(bool useWam)
4141
// - for Microsoft Personal account, use consumers
4242
private static string ClientId = "4a1aa1d5-c567-49d0-ad0b-cd957a47f842";
4343

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.
44+
// Note: Tenant is important for the quickstart.
4645
private static string Tenant = "common";
4746
private static string Instance = "https://login.microsoftonline.com/";
4847
private static IPublicClientApplication _clientApp;

0 commit comments

Comments
 (0)