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;