diff options
| author | Pascal Dulieu <pascal@dulieu.uk> | 2025-05-20 15:47:26 +0100 |
|---|---|---|
| committer | Pascal Dulieu <pascal@dulieu.uk> | 2025-05-20 15:47:26 +0100 |
| commit | 4fe1417944a536acf3fcf5aa881a6a99fc26c16b (patch) | |
| tree | a644843401e1dc40028b8223f32eb30c5079dab4 /remote-template.conf | |
Script, templates & README
Diffstat (limited to 'remote-template.conf')
| -rw-r--r-- | remote-template.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/remote-template.conf b/remote-template.conf new file mode 100644 index 0000000..8918da9 --- /dev/null +++ b/remote-template.conf @@ -0,0 +1,13 @@ +[{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 + |
