blob: 38e77fc0927eaaef093a4345f94c79cac3eb228d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[{0}]
type = onedrive
drive_id = {1}
drive_type = documentLibrary
client_id =
client_secret =
tenant =
client_credentials = true
access_scopes = Files.Read Files.Read.All Sites.Read.All offline_access
link_scope = organization
auth_url = https://login.microsoftonline.com/<tenant>/oauth2/v2.0/authorize
token_url = https://login.microsoftonline.com/<tenant>/oauth2/v2.0/token
|