mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-05-06 19:47:47 -05:00
Open
opened 2026-04-20 16:58:44 -05:00 by GiteaMirror
·
7 comments
No Branch/Tag Specified
main
feat-v2-foundation
spike-huma-openapi3
claude/investigate-swagger3-support-nyyUa
feat-list-view-buckets
ci-mysql-8-test
codex/analyze-codebase-for-email-task-feature
feat-project-templates
csv-import-feature
claude/email-reply-comments-wpdcQ
fix-oidc-pkce-support
fix/overview-subtasks-expand
feat/bucket-select-task-detail
feat-soft-delete-projects
claude/review-bot-design-plan-cf5C3
claude/project-scoped-api-tokens-KTqR3
claude/explore-openclaw-integration-KQEzg
claude/project-scoped-api-tokens-yv5KS
fix-duplicate-close-button
feat-list-view-sorting
feat/official-vite-sentry-plugin
feat/highlight-overdue-tasks
feat/add-enter-key-form-submission-handling
feat/TipTap-nits
feat/update-caldavtimetotimestamp-parsing
feat-phosphor-icons
wip-plans
claude/investigate-issue-2173-llKme
fix-description-text-drag
feat-custom-keyboard-shortcuts
pr-1845-ci
codex/fix-drag-and-drop-behavior-inconsistency
copilot/add-clickable-labels-for-filtering
copilot/fix-issue-1786
playwright-migration
fix-kanban-repeating-wip
copilot/fix-1498
feature/replace-axios
codex/upgrade-to-tailwind-4.1.8-using-pnpm
codex/add-cypress-test-for-avatar-types
feature/biome
feature/oxc
codex/update-flexsearch-to-0.8.205
4r6ni9-codex/fix-deprecated-sass-@import-usage
codex/fix-deprecated-sass-@import-usage
codex/add-cypress-test-for-task-list-refresh-fix
codex/fix-quick-add-magic-not-adding-tasks
codex/fix-all-type-errors
codex/fix-mimetype-for-docs.json
feature/caldav-from-scratch
feature/gh-actions-hetzner
fix-ci
feat/new-logger
jyte-better-dev-config
feat/add-team-member-with-enter
fix/button-and-icon-types
fix/notifications-component-name-collision
feature/null-time
renovate/tailwindcss-4.x
feature/unplugin-vue-router
fix/deprecated-import
feature/zod-schema
renovate/golangci-golangci-lint-1.x
fix/tiptap-editor-reactive-destructuring
release/0.24
feat/improve-add-task
fix/saved-filter-search
feat/webp-and-avif-attachment-previews
feature/migrate-back-to-bulma
fix/sass-add-missing-list-import
feature/sticky-demo-bar
fix/gantt-view-switch
feature/typesense-position-join
feature/focus-visible
dependencies/golangci-lint
feature/better-filter-syntax
fix/tiptap-task-list
renovate/github.com-golang-jwt-jwt-v4-5.x
feature/hide-forbidden-related-tasks
renovate/golang-1.x
release/0.20
release/0.17
release/0.16
release/0.15
release/0.14
v2.3.0
v2.2.2
v2.2.1
v2.2.0
v2.1.0
v2.0.0
v1.1.0
v1.0.0
v1.0.0-rc4
v1.0.0-rc3
v1.0.0-rc2
v1.0.0-rc1
v1.0.0-rc0
v0.24.6
v0.24.5
v0.24.4
v0.24.3
v0.24.2
v0.24.1
v0.24.0
v0.23.0
v0.22.1
v0.22.0
0.21.0
v0.21.0
v0.20.4
v0.20.5
v0.20.3
v0.20.2
v0.20.1
v0.20.0
v0.19.2
v0.19.1
v0.19.0
vue3
v0.18.1
v0.18.0
v0.17.1
v0.17.0
v0.16.1
v0.16.0
v0.15.1
v0.15.0
v0.14.1
v0.14.0
v0.13.1
v0.13
v0.12
v0.11
v0.10
v0.9
v0.8
v0.7
v0.6
v0.5
v0.4
v0.3
v0.2
v0.1
Labels
Clear labels
area/api
area/attachments
area/auth
area/avatars
area/backup-restore
area/caldav
area/calendar-view
area/comments
area/config
area/database
area/desktop
area/docker
area/email
area/favorites
area/filters
area/frontend
area/gantt
area/i18n
area/import-export
area/internal-code
area/kanban
area/labels
area/list-view
area/mobile
area/notifications
area/permissions
area/projects
area/pwa
area/recurring-tasks
area/reminders
area/search
area/shortcuts
area/subtasks
area/sync
area/table-view
area/task-editor
area/task-metadata
area/task-relations
area/teams
area/theming
area/time-tracking
area/typesense
area/views
area/webhooks
bug
changes requested
concern/accessibility
concern/performance
concern/regression
concern/ux
confirmed
db/mysql
dependencies
enhancement
good first issue
help wanted
integration/inbound
integration/outbound
kind/bug
kind/feature
needs reproduction
pull-request
question
security
support
upstream issue
waiting for reply
wontfix
Mirrored from GitHub Pull Request
Milestone
No items
No Milestone
Projects
Clear projects
No project
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/vikunja#6384
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xeruf on GitHub (Sep 3, 2025).
Original GitHub issue: https://github.com/go-vikunja/vikunja/issues/1399
Description
Two Exemplary Use-Cases what SCIM can do beyond OIDC:
Provisioning: Easy Permission Management from Account Creation
With SCIM, when a new user account is created in your core identity system (like an identity provider or directory), SCIM automatically provisions that user across all connected applications, including Vikunja. This means:
Or, as in our case, if no teams are configurable in SSO, I can immediately add the user to teams without having to wait for them to sign in first.
Single Sign-Off When Revoking Access
When a user leaves or changes roles, SCIM ensures automated deprovisioning:
Not urgent, but a nice thing to keep in mind.
Which alternatives did you consider using instead?
doing stuff manually
@kolaente commented on GitHub (Sep 3, 2025):
Also helpful: https://scim.dev/guide/relationships/openid-connect.html
@xeruf commented on GitHub (Sep 8, 2025):
and fyi, nextcloud and zulip already implement it and it is used in stackspin
@FreeSynergy commented on GitHub (Jan 6, 2026):
How far is this Feature? Is it on the "Roadmap"?
@kolaente commented on GitHub (Jan 11, 2026):
I'm happy to work on this if someone wants to sponsor the development, otherwise it will become part of some kind of enterprise addon.
@FreeSynergy commented on GitHub (Jan 11, 2026):
I would like to, but the thing is, I work day and night as a volonteer … helping people for free (no joke).
We was one time a group over 50.000 people, after Corona, less than 5.000.
We help people, where we can, for free. I'm travaling through the world, most germany, and help, where I can. Most times as a psychological consultant (for many topics). In the night I work on a decentral network, to teach people, how to make them selfs free, out of censorship, chatcontroll and so on.
For me SSO and all the other technologies are not an enterprise feature, but minimum feature, to break free out of the discrimination of information.
If I could, I would sponsor it … but I live with less money - in this moment, I live in a woodhome (of a woman), where we have no water, except the small river, next to the house.
So, how can I sponsor you? I can visit you and help you, where I can help …
@kolaente commented on GitHub (Jan 14, 2026):
That was more aimed at companies, I would say SCIM is something that only larger organizations use, who would be able to pay for a feature like this. And are likely already used to doing so for other applications. I only have so much time in a day and I need to make a living as well, so I have to set my priorities accordingly.
I'm happy to give out discounts for any kind of paid features to non-profit organizations.
OpenID and LDAP are already available. That should cover most SSO needs.
@FreeSynergy commented on GitHub (Jan 14, 2026):
I'm now in Cologne, Germany. If you like, you can find me:
https://wiki.helfa.org/de/profiles/kal_el/contact
But back to the main topic:
if you see the internet like me, than you will see, that this is one of the most important features, not for big companies, bit for everybody, who wants to decentralize the internet.
Why are Amazon, Microsoft, Apple, Blackrock and so on so good? Because they learned, how to work together and take advantage of others.
If we want to make some similar, but without take advantage of others, than we have to get structured. We have to organize ourselfs … but how, when not with tools, that give us the same chance, to build teams up.
Not only in the open source world, but even in the legal world, we can make the difference:
What is your purpose? Do you want to take advantage of others (make money)? If yes, pay for it. If not, use it for free (or selfcosts). You don't have to protect it by an API Key, you can protect it by the law. Give the source code for free - but if someone is using it for making money, than he has to pay for that. Use the law, use the community, use the force of all people, to change that.
If we learn, how to workntogether, how to support each other, then we can change the world - dosent matter if it is for IT projects, wars, starving or other catastrophies … together we can change the world.