Skip to content

Commit 2621c8d

Browse files
committed
Update Prerequisites section content
1 parent 708d61e commit 2621c8d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,28 +47,28 @@ The SharePoint List Online connector uses service principal authentication to co
4747
- App Domain: `localhost.com`
4848
- Redirect URL: `https://www.localhost.com`
4949
- Permission Request XML
50-
For "Owner" role, the Permission Request XML is:
50+
For the site owner role, the Permission Request XML is:
5151

5252
```xml
5353
<AppPermissionRequests>
5454
<AppPermissionRequest Scope="http://sharepoint/content/sitecollection/web" Right="Read"/>
5555
</AppPermissionRequests>
5656
```
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 site owner role.":::
5959

6060
> [!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.
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.
6262

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

6565
```xml
6666
<AppPermissionRequests AllowAppOnlyPolicy="true">
6767
<AppPermissionRequest Scope="http://sharepoint/content/sitecollection/web" Right="Read"/>
6868
</AppPermissionRequests>
6969
```
7070

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.":::
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.":::
7272

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

0 commit comments

Comments
 (0)