Skip to content

Commit 1ce5f28

Browse files
authored
OneDrive connectors: supported authentication types (#711)
1 parent 308dedd commit 1ce5f28

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

snippets/general-shared-text/onedrive.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,20 @@
2424
allowfullscreen
2525
></iframe>
2626

27-
- Two types of authentication are supported: client credentials and a username and password. Both authentication types require a Microsoft Entra ID app registration.
27+
- Two types of authentication are supported: client credentials, and a username and password. Both authentication types require a Microsoft Entra ID app registration.
28+
29+
<Note>
30+
The OneDrive connector does not support any other authentication methods, such as multifactor (MFA) or passwordless authentication.
31+
</Note>
32+
2833
You will need to provide the **Application (client) ID**, **Directory (tenant) ID**, and **Client secret** for the Entra ID app registration that has access to the target OneDrive account, and
2934
the app registration must have the correct set of Microsoft Graph access permissions. These permissions include:
3035

3136
- `Files.ReadWrite.All` (if both reading and writing are needed)
3237
- `Sites.ReadWrite.All` (if both reading and writing are needed)
3338
- `User.Read.All`
3439
- `Directory.Read.All`
40+
3541
1. [Create an Entra ID app registration](https://learn.microsoft.com/entra/identity-platform/quickstart-register-app?pivots=portal).
3642
2. [Add Graph access permissions to an app registration](https://learn.microsoft.com/entra/identity-platform/howto-update-permissions?pivots=portal#add-permissions-to-an-application).
3743
3. [Grant consent for the added Graph permissions](https://learn.microsoft.com/entra/identity-platform/howto-update-permissions?pivots=portal#grant-consent-for-the-added-permissions-for-the-enterprise-application).

0 commit comments

Comments
 (0)