Skip to content

Commit

Permalink
Adjust profiles where no client secret is required to skip prompt.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Nov 4, 2023
1 parent 791b6d5 commit 7be7cbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Microsoft 365 China OneDrive.cyberduckprofile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
<string>offline_access</string>
<string>user.read</string>
</array>
<key>OAuth Client Secret</key>
<string />
<key>OAuth Redirect Url</key>
<string>${oauth.handler.scheme}://oauth</string>
<key>Password Configurable</key>
Expand Down
2 changes: 2 additions & 0 deletions Microsoft 365 China Sharepoint.cyberduckprofile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
<string>groupmember.read.all</string>
<string>offline_access</string>
</array>
<key>OAuth Client Secret</key>
<string />
<key>OAuth Redirect Url</key>
<string>${oauth.handler.scheme}://oauth</string>
<key>Password Configurable</key>
Expand Down

0 comments on commit 7be7cbe

Please sign in to comment.