-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FR] Autoprovision groups based on userinfo #300
Comments
Anyway, this seems to work in our environment. Feel free to apply |
Is this implemented in the current release? |
Has this been merged into this project? |
no pull request - no merge 🤷 |
10 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello
Currently autoprovisioning adds new users to a configuration-defined set of groups:
Would you be interested in managing user's groups based on a userinfo claim?
E.g., add a configuration option
'auto-provision' => [ 'groups-claim': 'groups' ]
Then, if configured,
gid
'sFor current
'groups' => ['employees']
configurations, keep the same logic "add during user creation"Both scenarios would be available and interchangeable:
groups
->groups-claim
transition would require administrators to configure their IdP and update existing user profiles on IdP sidegroups-claim
->groups
transition would disable groups synchronization for existing profiles and work as expected for new profilesThe
groups
andgroups-claim
should probably be mutually exclusiveAre there any concerns with LDAP integration or any other source of group membership?
In case this is ok, I am willing to implement
The text was updated successfully, but these errors were encountered: