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: docs/reference/connector/docs/connectors-sharepoint-online.asciidoc
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,14 +87,16 @@ Select an expiration date. (At this expiration date, you will need to generate a
87
87
+
88
88
```
89
89
Graph API
90
-
- Sites.Read.All
90
+
- Sites.Selected
91
91
- Files.Read.All
92
92
- Group.Read.All
93
93
- User.Read.All
94
94
95
95
Sharepoint
96
-
- Sites.Read.All
96
+
- Sites.Selected
97
97
```
98
+
NOTE: If the `Comma-separated list of sites` configuration is set to `*` or if a user enables the toggle button `Enumerate all sites`, the connector requires `Sites.Read.All` permission.
99
+
98
100
* **Grant admin consent**, using the `Grant Admin Consent` link from the permissions screen.
99
101
* Save the tenant name (i.e. Domain name) of Azure platform.
100
102
@@ -138,7 +140,7 @@ Refer to https://learn.microsoft.com/en-us/sharepoint/dev/general-development/ho
138
140
139
141
Here's a summary of why we use these Graph API permissions:
140
142
141
-
* *Sites.Read.All* is used to fetch the sites and their metadata
143
+
* *Sites.Selected* is used to fetch the sites and their metadata
142
144
* *Files.Read.All* is used to fetch Site Drives and files in these drives
143
145
* *Groups.Read.All* is used to fetch groups for document-level permissions
144
146
* *User.Read.All* is used to fetch user information for document-level permissions
@@ -546,14 +548,16 @@ Select an expiration date. (At this expiration date, you will need to generate a
546
548
+
547
549
```
548
550
Graph API
549
-
- Sites.Read.All
551
+
- Sites.Selected
550
552
- Files.Read.All
551
553
- Group.Read.All
552
554
- User.Read.All
553
555
554
556
Sharepoint
555
-
- Sites.Read.All
557
+
- Sites.Selected
556
558
```
559
+
NOTE: If the `Comma-separated list of sites` configuration is set to `*` or if a user enables the toggle button `Enumerate all sites`, the connector requires `Sites.Read.All` permission.
560
+
557
561
* **Grant admin consent**, using the `Grant Admin Consent` link from the permissions screen.
558
562
* Save the tenant name (i.e. Domain name) of Azure platform.
559
563
@@ -597,7 +601,7 @@ Refer to https://learn.microsoft.com/en-us/sharepoint/dev/general-development/ho
597
601
598
602
Here's a summary of why we use these Graph API permissions:
599
603
600
-
* *Sites.Read.All* is used to fetch the sites and their metadata
604
+
* *Sites.Selected* is used to fetch the sites and their metadata
601
605
* *Files.Read.All* is used to fetch Site Drives and files in these drives
602
606
* *Groups.Read.All* is used to fetch groups for document-level permissions
603
607
* *User.Read.All* is used to fetch user information for document-level permissions
0 commit comments