Cyberduck & Mountain Duck now support WebDAV with OAuth 2.0 / OpenID Connect: - https://github.com/iterate-ch/cyberduck/issues/14876 - https://github.com/iterate-ch/cyberduck/pull/14877 Connection Profile: - https://github.com/iterate-ch/profiles/issues/47 - https://github.com/iterate-ch/profiles/pull/48 Sadly, redirect_uri's like `x-cyberduck-action:oauth` or `x-mountainduck-action:oauth` can't be added to `OAuth2 0.6.1` settings on `ownCloud 10.13.2` ### Steps to reproduce 1. Enable `OAuth2 0.6.1` 3. Login as admin user and go to `/settings/admin?sectionid=authentication` 4. Add Client with `redirect_uri=x-cyberduck-action:oauth` ### Expected behaviour I should be able to create a new client with `redirect_uri=x-cyberduck-action:oauth` ### Actual behaviour Error message: `Redirect URI must be a valid URL` ### Server configuration ``` { "installed": true, "maintenance": false, "needsDbUpgrade": false, "version": "10.13.2.3", "versionstring": "10.13.2", "edition": "Enterprise", "productname": "ownCloud", "product": "ownCloud" } ```  @DeepDiver1975 /cc @dkocher FYI
Cyberduck & Mountain Duck now support WebDAV with OAuth 2.0 / OpenID Connect:
Connection Profile:
Sadly, redirect_uri's like
x-cyberduck-action:oauthorx-mountainduck-action:oauthcan't be added toOAuth2 0.6.1settings onownCloud 10.13.2Steps to reproduce
OAuth2 0.6.1/settings/admin?sectionid=authenticationredirect_uri=x-cyberduck-action:oauthExpected behaviour
I should be able to create a new client with
redirect_uri=x-cyberduck-action:oauthActual behaviour
Error message:
Redirect URI must be a valid URLServer configuration
@DeepDiver1975
/cc @dkocher FYI