Permissions for One Drive Actions
To use the One Drive actions in Workflow Studio, the following permissions are required in the Application Registration within the Azure portal. The One Drive actions are as follows:
OneDrive - File upload
OneDrive - Get file contents
Delegated Permission (OAuth2 Authorization Code)
Retrieve and upload the files to a OneDrive location.
Name | Type |
---|---|
Files.ReadWrite.All |
Delegate |
User.ReadBasic.All |
Delegate |
User.Read |
Delegate |
Application Permission (OAuth2 Client Credentials)
This permission is not available as it would be a security concern to have One Drive files/folders access for all users.
Scope
The following scope must be configured inside the Connection under Scopes.
openid email profile offline_access Files.ReadWrite.All
↑