Skip to content

Commit 231ba1f

Browse files
authored
Merge pull request #75897 from ronazi/patch-2
Update connector-sharepoint-online-list.md
2 parents aa07dd3 + b8a85f4 commit 231ba1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/connector-sharepoint-online-list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ You can copy file from SharePoint Online by using **Web activity** to authentica
211211
- **Method**: POST
212212
- **Headers**:
213213
- Content-Type: application/x-www-form-urlencoded
214-
- **Body**: `grant_type=client_credentials&client_id=[Client-ID]@[Tenant-ID]&client_secret=[Client-Secret]&resource=00000003-0000-0ff1-ce00-000000000000/[Tenant-Name].sharepoint.com@[Tenant-ID]`. Replace the client ID, client secret, tenant ID and tenant name.
214+
- **Body**: `grant_type=client_credentials&client_id=[Client-ID]@[Tenant-ID]&client_secret=[Client-Secret]&resource=00000003-0000-0ff1-ce00-000000000000/[Tenant-Name].sharepoint.com@[Tenant-ID]`. Replace the client ID (application ID), client secret (application key), tenant ID, and tenant name (of the SharePoint tenant).
215215

216216
> [!CAUTION]
217217
> Set the Secure Output option to true in Web activity to prevent the token value from being logged in plain text. Any further activities that consume this value should have their Secure Input option set to true.

0 commit comments

Comments
 (0)