From bd48087ffffee65093ec83e79d760211fd0f6776 Mon Sep 17 00:00:00 2001 From: Henry Mbugua <82150047+henrymbuguakiarie@users.noreply.github.com> Date: Fri, 28 Feb 2025 17:22:23 +0300 Subject: [PATCH] Update App.xaml.cs --- active-directory-wpf-msgraph-v2/App.xaml.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/active-directory-wpf-msgraph-v2/App.xaml.cs b/active-directory-wpf-msgraph-v2/App.xaml.cs index e21bb53..cc54575 100644 --- a/active-directory-wpf-msgraph-v2/App.xaml.cs +++ b/active-directory-wpf-msgraph-v2/App.xaml.cs @@ -23,10 +23,10 @@ public partial class App : Application // - for any Work or School accounts, use organizations // - for any Work or School accounts, or Microsoft personal account, use common // - for Microsoft Personal account, use consumers - private static string ClientId = "4a1aa1d5-c567-49d0-ad0b-cd957a47f842"; + private static string ClientId = "Enter_the_Application_Id_Here"; // Note: Tenant is important for the quickstart. - private static string Tenant = "common"; + private static string Tenant = "Enter_the_Tenant_Id_Here"; private static string Instance = "https://login.microsoftonline.com/"; private static IPublicClientApplication _clientApp;