Skip to content

Commit 0c429a8

Browse files
authored
Merge pull request #63 from Azure-Samples/henrik-me-patch-1
Removing reference to question on portal value
2 parents 493ecde + b67a10d commit 0c429a8

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
@@ -29,8 +29,7 @@ static App()
2929
// - for Microsoft Personal account, use consumers
3030
private static string ClientId = "4a1aa1d5-c567-49d0-ad0b-cd957a47f842";
3131

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

0 commit comments

Comments
 (0)