Skip to content
New issue

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

Support login using OAuth 2.0 in ownCloud #14876

Closed
dkocher opened this issue Jul 2, 2023 · 1 comment · Fixed by #14877
Closed

Support login using OAuth 2.0 in ownCloud #14876

dkocher opened this issue Jul 2, 2023 · 1 comment · Fixed by #14877
Assignees
Milestone

Comments

@dkocher
Copy link
Contributor

dkocher commented Jul 2, 2023

There is a plugin for ownCloud adding login using OAuth2.

https://github.com/owncloud/oauth2

This app implements the OAuth 2.0 Authorization Code Flow.

@dkocher
Copy link
Contributor Author

dkocher commented Jul 2, 2023

This should be quite straight forward however we need a way to allow users to enter the client_id from registration details.

First the clients have to be registered in the admin settings: /index.php/settings/admin?sectionid=additional#oauth2

dkocher added a commit that referenced this issue Jul 2, 2023
dkocher added a commit that referenced this issue Jul 2, 2023
@dkocher dkocher added this to the 8.7.0 milestone Jul 3, 2023
dkocher added a commit that referenced this issue Aug 7, 2023
dkocher added a commit that referenced this issue Aug 11, 2023
dkocher added a commit that referenced this issue Aug 11, 2023
Allow OAuth for ownCloud connections
dkocher added a commit that referenced this issue Aug 16, 2023
Adjust profiles where no client secret is required to skip prompt.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant