Skip to content

Commit bf51c67

Browse files
committed
Explicitly require PKCE.
1 parent be55c00 commit bf51c67

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

hub/src/test/resources/Katta Server.cyberduckprofile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@
3232
<string>${oauth.handler.scheme}:oauth</string>
3333
<key>OAuth Client Secret</key>
3434
<string/>
35+
<key>OAuth PKCE</key>
36+
<true/>
3537
<key>Password Configurable</key>
3638
<false/>
3739
<key>Username Configurable</key>
3840
<false/>
3941
</dict>
40-
</plist>
42+
</plist>

0 commit comments

Comments
 (0)