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: snippets/general-shared-text/sharepoint.mdx
+28-4Lines changed: 28 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,35 @@ allowfullscreen
12
12
13
13
- The SharePoint site URL.
14
14
15
-
- Site URLs typically have the format `https://[tenant].sharepoint.com`.
16
-
- Relative site URLs typically have the format `https://[tenant].sharepoint.com/sites/<site_name>`.
17
-
- To process all sites within a tenant, use a site URL of `https://[tenant]-admin.sharepoint.com`. This requires the app to be registered at a tenant level.
15
+
- Site URLs typically have the format `https://<tenant>.sharepoint.com`.
16
+
- Relative site URLs typically have the format `https://<tenant>.sharepoint.com/sites/<site_name>`.
17
+
- To process all sites within a tenant, use a site URL of `https://<tenant>-admin.sharepoint.com`. This requires the app to be registered at a tenant level.
- The path in the SharePoint site from which to start parsing files, for example `"Shared Documents"`. If the connector is to process all sites within the tenant, this filter will be applied to all site document libraries.
22
-
- A SharePoint app principal with it application (client) ID, client secret, and access permissions to the SharePoint instance. [Get a client ID and client secret, and set access permissions](https://github.com/vgrem/Office365-REST-Python-Client/wiki/How-to-connect-to-SharePoint-Online-and-and-SharePoint-2013-2016-2019-on-premises--with-app-principal).
22
+
- A SharePoint app principal with its application (client) ID, client secret, and access permissions to the SharePoint instance. [Get a client ID and client secret, and set access permissions](https://github.com/vgrem/Office365-REST-Python-Client/wiki/How-to-connect-to-SharePoint-Online-and-and-SharePoint-2013-2016-2019-on-premises--with-app-principal).
23
+
24
+
You can create SharePoint app principals through `https://<tenant>.sharepoint.com/_layouts/15/appregnew.aspx`.
25
+
26
+
For a SharePoint app principal with site-scoped permissions, use app permission request XML such as the following to grant
27
+
permissions through `https://<tenant>.sharepoint.com/_layouts/15/appinv.aspx`:
0 commit comments