Skip to content

Commit 708d61e

Browse files
committed
Update Prerequisites section
1 parent 8f2a36a commit 708d61e

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

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

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -46,29 +46,29 @@ The SharePoint List Online connector uses service principal authentication to co
4646

4747
- App Domain: `localhost.com`
4848
- Redirect URL: `https://www.localhost.com`
49-
- Specify the following Permission Request XML for SharePoint Online site "Owner" role and "Admin" role respectively.
50-
- For "Owner" role, the Permission Request XML is:
51-
52-
```xml
53-
<AppPermissionRequests>
54-
<AppPermissionRequest Scope="http://sharepoint/content/sitecollection/web" Right="Read"/>
55-
</AppPermissionRequests>
56-
```
49+
- Permission Request XML
50+
For "Owner" role, the Permission Request XML is:
51+
52+
```xml
53+
<AppPermissionRequests>
54+
<AppPermissionRequest Scope="http://sharepoint/content/sitecollection/web" Right="Read"/>
55+
</AppPermissionRequests>
56+
```
5757

58-
:::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 Owner role.":::
58+
:::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 Owner role.":::
5959

60-
> [!NOTE]
61-
> 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.
60+
> [!NOTE]
61+
> 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.
6262

63-
- For "Admin" role, the Permission Request XML is:
63+
For "Admin" role, the Permission Request XML is:
6464

65-
```xml
66-
<AppPermissionRequests AllowAppOnlyPolicy="true">
67-
<AppPermissionRequest Scope="http://sharepoint/content/sitecollection/web" Right="Read"/>
68-
</AppPermissionRequests>
69-
```
70-
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 Admin role.":::
65+
```xml
66+
<AppPermissionRequests AllowAppOnlyPolicy="true">
67+
<AppPermissionRequest Scope="http://sharepoint/content/sitecollection/web" Right="Read"/>
68+
</AppPermissionRequests>
69+
```
70+
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 Admin role.":::
7272

7373
3. Click "Trust It" for this app.
7474

0 commit comments

Comments
 (0)