SharePoint Credentials

To make a SharePoint connection, the following credentials are needed:
| Field Name | Required/Optional | Description |
| Type | Required | Sharepoint |
| Name | Required | Provide a unique name for this credential. |
| Access Token | Optional | This field will autofill upon valid connection. |
| Refresh Token | Optional | This field will autofill upon valid connection. |
| Client ID | Optional | Enter the Client ID found in the Microsoft Entra App registration. |
| Tenant ID | Optional | Enter the Tenant ID found in the Microsoft Entra App registration. |
| Client Secret | Optional | Enter the Client Secret generated in the Microsoft Entra App registration. |
Click the Connect button.

Click the Accept button.
-20240226-182721.png?width=642&height=783&name=Screenshot%20(987)-20240226-182721.png)
The Credential is now connected.
How to Find the Client ID, Tenant ID, and Client Secre
- Log into the Microsoft Azure portal.
- Select Microsoft Entra ID (formerly Azure Active Directory).
- In the side panel, select App registrations under the Manage section.
- Select New registration.
- Under Supported account types, select the option for Accounts in this organizational directory only (single-tenant) or Accounts in any organizational directory (multi-tenant) as appropriate for your organization.
- Complete the registration. Once complete, the App registration overview screen will display your Application (client) ID and Directory (tenant) ID — copy both values.
- To generate a Client Secret, select Certificates & secrets from the side panel under Manage.
- Select New client secret, provide a description, choose an expiration period, and click Add.
- Copy the Value of the newly created secret immediately — it will not be shown again after you leave the page.
- Enter the Client ID, Tenant ID, and Client Secret into the corresponding fields in the DataBlend SharePoint credential and save.
Note: The App registration must be granted the appropriate SharePoint API permissions in Microsoft Entra for DataBlend to access SharePoint data. At minimum, the app will need Sites.Read.All (for collectors) or Sites.ReadWrite.All (for data targets) under Microsoft Graph API permissions, with admin consent granted. For more information, visit How to Register an App in Microsoft Entra ID" - Microsoft identity platform | Microsoft Learn and Add and manage app credentials in Microsoft Entra ID - Microsoft identity platform | Microsoft Learn.