[Feature Request] Assign teams from OpenID Connect claims #950
Labels
No Label
dependencies
duplicate
help wanted
invalid
kind/bug
kind/feature
needs reproduction
question
security
wontfix
No Milestone
No Assignees
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: vikunja/api#950
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
It would be fantastic to optionally add users to teams based on provided claims (if they are available/configured).
Would you do that with a custom claim in the id token or by some logic based on the existing claims?
How would you specify the team users get added to?
It would probably be a custom claim. None of the standard OIDC claims are viable. If you had a "groups" claim (either string or array of strings) then it should add users to each of the corresponding teams or create the teams if they don't exist.
I'd recommend having an environment variable that configures which claim Vikunja looks for, as different IdPs will provide similar values but under different claim names.
This could be for either ID token or the user info endpoint.
That makes sense. You would probably need to pass in the id of the team and not the name because names aren't unique.
Yes please! I now have to prompt all people to log in so I can assign them to the team, which is rather annoying.
An option to share something for everyone on the instance would be handy here, too.
Hello. I am currently working on that feature.
there are several specifications that need to be adressed:
#1393