We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96dd842 commit 579b406Copy full SHA for 579b406
1 file changed
script.js
@@ -5,9 +5,9 @@ const siteUrl = "https://usace.dps.mil/sites/TDL-CEIWR-RMC-ALL";
5
const listName = "LibraryBooks";
6
7
// 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
+const tenantId = "fc4d76ba-f17c-4c50-b9a7-8f3163d27582"; // Directory (tenant) ID
+const clientId = "0aab0c23-5dcf-40c5-80ff-4a35fcbf9d44"; // Application (client) ID
+const clientSecret = "4ea6d8e3-d7d4-40cd-8f99-44f91f0df474"; // Client Secret ID
11
const resource = "https://usace.dps.mil"; // SharePoint resource URL
12
13
// Function to obtain an access token
0 commit comments