We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cyberduck & Mountain Duck now support WebDAV with OAuth 2.0 / OpenID Connect:
Connection Profile:
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
x-cyberduck-action:oauth
x-mountainduck-action:oauth
OAuth2 0.6.1
ownCloud 10.13.2
/settings/admin?sectionid=authentication
redirect_uri=x-cyberduck-action:oauth
I should be able to create a new client with redirect_uri=x-cyberduck-action:oauth
Error message: Redirect URI must be a valid URL
Redirect URI must be a valid URL
{ "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
The text was updated successfully, but these errors were encountered:
Same with occ oauth2 command:
occ oauth2
root@owncloud:~/server# docker-compose exec owncloud occ oauth2:add-client Cyberduck 3keLfua0olYvW1zKXTDB3OjAMPEYWEQNuiscli395GKJOiPnPURNQWGvGCJZf4Hw yoqICbLIeYbpZPqDH4D8k4NKb04HqnrWBntEeVZEQ5gO1RmaUlln0Aqu1dj2UoF4 x-cyberduck-action:oauth In AddClient.php line 111: The redirect URL is not valid. oauth2:add-client <name> <client-id> <client-secret> <redirect-url> [<allow-sub-domains> [<trusted> [<force-trust>]]]
Sorry, something went wrong.
I just found, x-cyberduck-action://oauth can be added and Cyberduck works with it:
x-cyberduck-action://oauth
- Cyberduck: - name: Cyberduck - redirect-url: x-cyberduck-action://oauth - client-id: 3keLfua0olYvW1zKXTDB3OjAMPEYWEQNuiscli395GKJOiPnPURNQWGvGCJZf4Hw - client-secret: yoqICbLIeYbpZPqDH4D8k4NKb04HqnrWBntEeVZEQ5gO1RmaUlln0Aqu1dj2UoF4 - allow-sub-domains: false - trusted: false
No branches or pull requests
Cyberduck & Mountain Duck now support WebDAV with OAuth 2.0 / OpenID Connect:
Connection Profile:
Sadly, redirect_uri's like
x-cyberduck-action:oauth
orx-mountainduck-action:oauth
can't be added toOAuth2 0.6.1
settings onownCloud 10.13.2
Steps to reproduce
OAuth2 0.6.1
/settings/admin?sectionid=authentication
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
@DeepDiver1975
/cc @dkocher FYI
The text was updated successfully, but these errors were encountered: