Skip to content

Commit

Permalink
Improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Sep 28, 2023
1 parent ce9dcae commit 4d31f4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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--"
},
Expand Down

0 comments on commit 4d31f4c

Please sign in to comment.