nextcloud / nextcloud/user_oidc

Please make provider-based-id configurable trough occ command

Open
#1,447 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

0. Needs triage enhancement
Dominant language
PHP
Stars
181
Forks
60
Avg merge
7h 34m
Merged PRs (30d)
26

Description

How to use GitHub
  • Please use the 👍 reaction to show that you are interested into the same feature.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Feature request

Which Nextcloud Version are you currently using: (see administration page)
33.0.3

Is your feature request related to a problem? Please describe.
I'm trying to install user_oidc via occ commands to make it more easy to install new Servers. Otherwise it's always neccessary to configure the Setting in the Browser, which is unuseful.

Describe the solution you'd like
Please make it possible to set the Setting "providerBasedID" by occ Command by using the option --provider-based-id=(0/1).

Describe alternatives you've considered
I searched trough the Code if there is already an option like that, but didn't find any.

Additional context
Please also consider my other Feature Request to split the Option into two for userIDs and GroupIDs:
https://github.com/nextcloud/user_oidc/issues/1442
It should finally be possible to set both settings by occ Command.

Thanks very much.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the existing occ command entry points and locate the user_oidc providerBasedID setting. Check how current commands expose configuration options and verify the completed work through the command help and a run that accepts --provider-based-id=(0/1) and updates the setting.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
authentication, cli
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.