Skip to content

Commit 579b406

Browse files
Update ID numbers
1 parent 96dd842 commit 579b406

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

script.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ const siteUrl = "https://usace.dps.mil/sites/TDL-CEIWR-RMC-ALL";
55
const listName = "LibraryBooks";
66

77
// Define your Azure AD credentials
8-
const tenantId = "<Your Tenant ID>"; // Replace with your Tenant ID
9-
const clientId = "<Your Client ID>"; // Replace with your Client ID
10-
const clientSecret = "<Your Client Secret>"; // Replace with your Client Secret
8+
const tenantId = "fc4d76ba-f17c-4c50-b9a7-8f3163d27582"; // Directory (tenant) ID
9+
const clientId = "0aab0c23-5dcf-40c5-80ff-4a35fcbf9d44"; // Application (client) ID
10+
const clientSecret = "4ea6d8e3-d7d4-40cd-8f99-44f91f0df474"; // Client Secret ID
1111
const resource = "https://usace.dps.mil"; // SharePoint resource URL
1212

1313
// Function to obtain an access token

0 commit comments

Comments
 (0)