-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Description
Cyberduck & Mountain Duck now support WebDAV with OAuth 2.0 / OpenID Connect:
- Support login using OAuth 2.0 in ownCloud iterate-ch/cyberduck#14876
- Allow OAuth for ownCloud connections iterate-ch/cyberduck#14877
Connection Profile:
- Connection profile for ownCloud using OAuth2 iterate-ch/profiles#47
- Add template for ownCloud with OAuth 2.0 plugin. iterate-ch/profiles#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
- Enable
OAuth2 0.6.1 - Login as admin user and go to
/settings/admin?sectionid=authentication - 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"
}
/cc @dkocher FYI
Metadata
Metadata
Assignees
Labels
No labels
