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

Scoped access support for Oauth Tokens #2

Closed
sunjam opened this issue Mar 20, 2021 · 2 comments
Closed

Scoped access support for Oauth Tokens #2

sunjam opened this issue Mar 20, 2021 · 2 comments

Comments

@sunjam
Copy link

sunjam commented Mar 20, 2021

As mentioned in your readme and the official documentation. Happy to re-file if this is not the proper repo. Cheers!

Nextcloud OAuth2 implementation currently does not support scoped access. This means that every token has full access to the complete account including read and write permission to the stored files. It is essential to store the OAuth2 tokens in a safe way!

Without scopes and restrictable access it is not recommended to use a Nextcloud instance as a user authentication service.

@bahuma20
Copy link
Owner

Hi sunjam, indeed this is the incorrect repo, as it has to be implemented in the Nextcloud Software itself.

So please file this issue against https://github.com/nextcloud/server.

@sunjam
Copy link
Author

sunjam commented Mar 20, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants