nextcloud / nextcloud/user_oidc
add OCC command to migrate user_oidc accounts for direct authentication
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- PHP
- Stars
- 181
- Forks
- 60
- Avg merge
- 7h 34m
- Merged PRs (30d)
- 26
Description
Accounts created using this connector at the first connection reside in the user_oidc table, and when you want to go back to direct authentication (after having removed this app), users cannot be found.
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 from the OCC command entry point and the user_oidc table described in the issue. Trace how accounts created by the connector are stored and how direct authentication looks them up. Done means an OCC command can migrate those accounts so users remain findable after the app is removed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- authentication, database
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100