Add configuration of the settings of the oauth2 app via occ command
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 36.9k
- Forks
- 5.2k
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 713
Description
Is your feature request related to a problem? Please describe.
We want to deploy Nextcloud instances via Docker and run scripts to configure Nextcloud via the occ command.
This should include the oauth2 app.
Describe the solution you'd like
occ sub-commands to configure the settings of the app oauth2.
Describe alternatives you've considered
Configuring the app oauth2 by direct database inserts, updates or deletes.
The database tables are not a stable API and do not have validation of the parameters/settings.
So we'd like to avoid that.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the oauth2 app's settings and any existing occ commands for related app configuration. Determine which settings need supported subcommands and validation; the work is done when those settings can be configured through occ without direct database changes and the relevant command behavior is tested.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- authentication, cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100