You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/connector-sharepoint-online-list.md
+22-11Lines changed: 22 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.service: data-factory
7
7
ms.subservice: data-movement
8
8
ms.custom: synapse
9
9
ms.topic: conceptual
10
-
ms.date: 09/09/2021
10
+
ms.date: 04/18/2022
11
11
ms.author: jianleishen
12
12
---
13
13
# Copy data from SharePoint Online List by using Azure Data Factory or Azure Synapse Analytics
@@ -41,23 +41,34 @@ The SharePoint List Online connector uses service principal authentication to co
41
41
42
42
2. Grant SharePoint Online site permission to your registered application:
43
43
44
-
> [!NOTE]
45
-
> This operation requires SharePoint Online site owner permission. You can find the owner by going to the site home page -> click the "X members" in the right corner -> check who has the "Owner" role.
46
-
47
44
1. Open SharePoint Online site link e.g. `https://[your_site_url]/_layouts/15/appinv.aspx` (replace the site URL).
48
45
2. Search the application ID you registered, fill the empty fields, and click "Create".
49
46
50
47
- App Domain: `localhost.com`
51
48
- Redirect URL: `https://www.localhost.com`
52
-
- Permission Request XML:
49
+
- Permission Request XML
50
+
For the site owner role, the Permission Request XML is:
:::image type="content" source="media/connector-sharepoint-online-list/sharepoint-online-grant-permission-owner.png" alt-text="Grant SharePoint Online site permission to your registered application when you have site owner role.":::
59
+
60
+
> [!NOTE]
61
+
> You can find the site owner by going to the site home page -> select **Settings** in the top right corner -> select **Site permissions** and check who has the site owner role.
62
+
63
+
For the site admin role, the Permission Request XML is:
:::image type="content" source="media/connector-sharepoint-online-list/sharepoint-online-grant-permission.png" alt-text="sharepoint grant permission":::
71
+
:::image type="content" source="media/connector-sharepoint-online-list/sharepoint-online-grant-permission-admin.png" alt-text="Grant SharePoint Online site permission to your registered application when you have site admin role.":::
0 commit comments