From 4d31f4caf6b8334afbf80d9df762def7a37b47d1 Mon Sep 17 00:00:00 2001 From: damienbod Date: Thu, 28 Sep 2023 21:50:31 +0200 Subject: [PATCH] Improve readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 987be88..5c6f90c 100644 --- a/README.md +++ b/README.md @@ -58,9 +58,9 @@ An Azure App registration with a web setup is used to setup the application auth }, "AzureAd": { "Instance": "https://login.microsoftonline.com/", - "Domain": "damienbodsharepoint.onmicrosoft.com", - "TenantId": "5698af84-5720-4ff0-bdc3-9d9195314244", - "ClientId": "3f1d78ea-06d6-4d77-909f-4d398388e900", + "Domain": "--domain-name-azuread-tenant--", + "TenantId": "--your-azuread-tenant-id--", + "ClientId": "--client_id-azure-app-registration--", "CallbackPath": "/signin-oidc" //"ClientSecret": "--in-your-secrets--" },