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

Granular Permissions on App Passwords #6030

Closed
2 of 6 tasks
benyanke opened this issue Aug 8, 2017 · 2 comments
Closed
2 of 6 tasks

Granular Permissions on App Passwords #6030

benyanke opened this issue Aug 8, 2017 · 2 comments

Comments

@benyanke
Copy link

benyanke commented Aug 8, 2017

App passwords, in a sense, are like API keys for the "normal" user - they allow access to a resource without sharing the main account password. Frequently, at least in my usecase, app passwords are used for single-purpose software or situations (for example, a task-list or calendar client app).

I'd like to propose that app passwords be assigned granular permissions, which would allow one to set up, for example, a calendar app which can only access your calendar, instead of everything on the server.

Starting out, it could be as simple as:

  • One blanket permission for each app (one for calendar, one for tasks, etc) - perhaps breakout read and write?
  • File reading
  • File writing/modification
  • Account Administration/Ability to Log in (as opposed to WebDAV access)

As such, an example permission list on a typical NextCloud instance might look like:

  • App: Calendar
  • App: Tasks
  • App: Notes
  • File Read
  • File Write and Modification
  • Log-in
@MorrisJobke MorrisJobke changed the title Feature Request: Granular Permissions on App Passwords Granular Permissions on App Passwords Sep 3, 2017
@j-ed
Copy link
Contributor

j-ed commented Oct 1, 2017

I found several other app password related issues which could possibly summarized under this issue too:

@nextcloud-bot nextcloud-bot added the stale Ticket or PR with no recent activity label Jun 20, 2018
@ChristophWurst
Copy link
Member

* #6376 App password restrictions for specific nextcloud apps

Was just about to comment that 👍

Let's continue there 😉

@nextcloud-bot nextcloud-bot removed the stale Ticket or PR with no recent activity label Oct 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants