Skip to content

Commit 8028168

Browse files
authored
Merge pull request #207344 from Clare-Zheng82/0805-Update_sharepoint_online_list_doc
Remove Permission Request XML for site owner role
2 parents e58cc57 + 30c9caf commit 8028168

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

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

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: data-factory
77
ms.subservice: data-movement
88
ms.custom: synapse
99
ms.topic: conceptual
10-
ms.date: 04/22/2022
10+
ms.date: 08/08/2022
1111
ms.author: jianleishen
1212
---
1313
# Copy data from SharePoint Online List by using Azure Data Factory or Azure Synapse Analytics
@@ -44,28 +44,14 @@ The SharePoint List Online connector uses service principal authentication to co
4444
- Application key
4545
- Tenant ID
4646

47-
2. Grant SharePoint Online site permission to your registered application:
47+
2. Grant SharePoint Online site permission to your registered application by following the steps below. To do this, you need a site admin role.
4848

4949
1. Open SharePoint Online site link e.g. `https://[your_site_url]/_layouts/15/appinv.aspx` (replace the site URL).
5050
2. Search the application ID you registered, fill the empty fields, and click "Create".
5151

5252
- App Domain: `localhost.com`
5353
- Redirect URL: `https://www.localhost.com`
54-
- Permission Request XML
55-
For the site owner role, the Permission Request XML is:
56-
57-
```xml
58-
<AppPermissionRequests>
59-
<AppPermissionRequest Scope="http://sharepoint/content/sitecollection/web" Right="Read"/>
60-
</AppPermissionRequests>
61-
```
62-
63-
:::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.":::
64-
65-
> [!NOTE]
66-
> 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.
67-
68-
For the site admin role, the Permission Request XML is:
54+
- Permission Request XML:
6955

7056
```xml
7157
<AppPermissionRequests AllowAppOnlyPolicy="true">

0 commit comments

Comments
 (0)