|
30 | 30 | OneDrive personal accounts, and Microsoft 365 Free, Basic, Personal, and Family plans are not supported.
|
31 | 31 | - The SharePoint Online and OneDrive plans must share the same Microsoft Entra ID tenant.
|
32 | 32 | [Learn more](https://learn.microsoft.com/microsoft-365/enterprise/subscriptions-licenses-accounts-and-tenants-for-microsoft-cloud-offerings?view=o365-worldwide).
|
33 |
| -- The User Principal Name (UPN) for the OneDrive account in the Microsoft Entra ID tenant. This is typically the OneDrive account user's email address. To find a UPN: |
34 |
| - |
35 |
| - 1. Depending on your plan, sign in to your Microsoft 365 admin center (typically [https://admin.microsoft.com](https://admin.microsoft.com)) using your administrator credentials, |
36 |
| - or sign in to your Office 365 portal (typically [https://portal.office.com](https://portal.office.com)) using your credentials. |
37 |
| - 2. In the **Users** section, click **Active users**. |
38 |
| - 3. Locate the user account in the list of active users. |
39 |
| - 4. The UPN is displayed in the **Username** column. |
40 |
| - |
41 |
| - The following video shows how to get a UPN: |
42 |
| - |
43 |
| - <iframe |
44 |
| - width="560" |
45 |
| - height="315" |
46 |
| - src="https://www.youtube.com/embed/H0yYfhfyCE0" |
47 |
| - title="YouTube video player" |
48 |
| - frameborder="0" |
49 |
| - allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" |
50 |
| - allowfullscreen |
51 |
| - ></iframe> |
52 |
| - |
53 | 33 | - The SharePoint Online site URL.
|
54 | 34 |
|
55 | 35 | - Site collection-level URLs typically have the format `https://<tenant>.sharepoint.com/sites/<site-collection-name>`.
|
|
58 | 38 |
|
59 | 39 | [Learn more](https://learn.microsoft.com/microsoft-365/community/query-string-url-tricks-sharepoint-m365).
|
60 | 40 |
|
61 |
| -- The path in the SharePoint Online site from which to start parsing files, for example `"Shared Documents"`. If the SharePoint connector is to process all sites within the tenant, this filter will be applied to all site document libraries. |
| 41 | +- The path in the SharePoint Online site from which to start parsing files. By default, parsing starts from the site's **Documents** folder (if viewed from the site's UI) or the |
| 42 | + `Shared Documents` folder (if viewed from the site's URL). |
| 43 | + |
| 44 | + To start parsing from a path than **Documents** (in the UI) or `Shared Documents/` (in the URL), specify only the part of the path that |
| 45 | + comes after that. For example, to start parsing from **Documents > my-folder > my-subfolder** (in the UI) or |
| 46 | + `Shared Documents/my-folder/my-subfolder` (in the URL), specify `my-folder/my-subfolder`. |
62 | 47 |
|
63 | 48 | The following video shows how to get the site URL and a path within the site:
|
64 | 49 |
|
|
72 | 57 | allowfullscreen
|
73 | 58 | ></iframe>
|
74 | 59 |
|
75 |
| -- The **Application (client) ID**, **Directory (tenant) ID**, and **Client secret** for the Microsoft Entra ID app registration with |
76 |
| - the correct set of Microsoft Graph access permissions. These permissions include: |
| 60 | +- Two types of authentication are supported: client credentials and a username and password. Both authentication types require a |
| 61 | + Microsoft Entra ID app registration. You will need to provide |
| 62 | + the **Application (client) ID**, **Directory (tenant) ID**, and **Client secret** for the Entra ID app registration, and the |
| 63 | + app registration must have the correct set of Microsoft Graph access permissions. These permissions include: |
77 | 64 |
|
78 | 65 | - `Sites.ReadWrite.All` (if both reading and writing are needed)
|
79 | 66 | - `User.Read.All`
|
|
106 | 93 | allowfullscreen
|
107 | 94 | ></iframe>
|
108 | 95 |
|
109 |
| -- The token authority URL for your Microsoft Entra ID app registration. This is typically `https://login.microsoftonline.com` |
| 96 | +- The token authority URL for your Microsoft Entra ID app registration. This is typically `https://login.microsoftonline.com` |
| 97 | +- For username and password authentication, you must also provide the User Principal Name (UPN) and its password for the OneDrive account in the Microsoft Entra ID tenant. This UPN is typically the OneDrive account user's email address. To find a UPN: |
| 98 | + |
| 99 | + 1. Depending on your plan, sign in to your Microsoft 365 admin center (typically [https://admin.microsoft.com](https://admin.microsoft.com)) using your administrator credentials, |
| 100 | + or sign in to your Office 365 portal (typically [https://portal.office.com](https://portal.office.com)) using your credentials. |
| 101 | + 2. In the **Users** section, click **Active users**. |
| 102 | + 3. Locate the user account in the list of active users. |
| 103 | + 4. The UPN is displayed in the **Username** column. |
| 104 | + |
| 105 | + The following video shows how to get a UPN: |
| 106 | + |
| 107 | + <iframe |
| 108 | + width="560" |
| 109 | + height="315" |
| 110 | + src="https://www.youtube.com/embed/H0yYfhfyCE0" |
| 111 | + title="YouTube video player" |
| 112 | + frameborder="0" |
| 113 | + allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" |
| 114 | + allowfullscreen |
| 115 | + ></iframe> |
0 commit comments