Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review profiles operated by 21Vianet #57

Merged
merged 3 commits into from
Oct 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions Microsoft 365 China OneDrive.cyberduckprofile
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,8 @@
<string>offline_access</string>
<string>user.read</string>
</array>
<key>OAuth Client ID</key>
AliveDevil marked this conversation as resolved.
Show resolved Hide resolved
<string>Enter your Client ID</string>
<key>OAuth Client Secret</key>
<string>Enter your Client Secret, or omit.</string>
<key>OAuth Redirect Url</key>
<string>https://cyberduck.io/oauth/</string>
<string>${oauth.handler.scheme}://oauth</string>
<key>Password Configurable</key>
<false/>
<key>Username Configurable</key>
Expand Down
6 changes: 1 addition & 5 deletions Microsoft 365 China Sharepoint.cyberduckprofile
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,8 @@
<string>groupmember.read.all</string>
<string>offline_access</string>
</array>
<key>OAuth Client ID</key>
<string>Enter your Client ID</string>
<key>OAuth Client Secret</key>
<string>Enter your Client Secret, or omit.</string>
<key>OAuth Redirect Url</key>
<string>https://cyberduck.io/oauth/</string>
<string>${oauth.handler.scheme}://oauth</string>
dkocher marked this conversation as resolved.
Show resolved Hide resolved
<key>Password Configurable</key>
<false/>
<key>Username Configurable</key>
Expand Down
4 changes: 3 additions & 1 deletion Microsoft SharePoint Site.cyberduckprofile
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@
</array>
<key>OAuth Client ID</key>
<string>f40bc18f-cd02-4212-b7f1-15243e4e2ad3</string>
<key>OAuth Client Secret</key>
<string/>
<key>OAuth Redirect Url</key>
<string>https://cyberduck.io/oauth</string>
<string>${oauth.handler.scheme}://oauth</string>
<key>Password Configurable</key>
<false/>
<key>Username Configurable</key>
Expand Down
Loading