-
Notifications
You must be signed in to change notification settings - Fork 183
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
[ocis] [FR] Import also groups from Keycloak #5538
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions. |
This is already possible when you setup LDAP federation. |
Yeah, well, my idea was to use only Keycloak for Groups und User Management |
oCIS uses LDAP all the time. In the default it uses the built-in libreIDM. Maybe we could federate that? |
I think was this request is referring to is to autoprovision group memberships similar to how we autoprovision users (and role assignments) upon first login when (for users Adding support for this makes perfect sense IMO. We already discussed this before. Though we should probably first fix the remaining issues the user auto provisoning (like e.g. renames) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions. |
PB1
|
Offering for SCIM for keycloak: https://scim-for-keycloak.de/ |
Acceptance Criteriavia oidc:
note |
Update the keycloak example to include the demo groups. Also add a new client scope "groups" and enable for all owncloud clients. Related issue: owncloud#5538
Update the keycloak example to include the demo groups. Also add a new client scope "groups" and enable for all owncloud clients. Related issue: #5538
Update the keycloak example to include the demo groups. Also add a new client scope "groups" and enable for all owncloud clients. Related issue: #5538
Add support for autoprovisioning group memberships from OIDC claims. Users are added to and removed from groups based on the value of an OIDC claim. If a group does not exist, it is created. Closes: owncloud#5538
Add support for autoprovisioning group memberships from OIDC claims. Users are added to and removed from groups based on the value of an OIDC claim. If a group does not exist, it is created. Closes: owncloud#5538
Add support for autoprovisioning group memberships from OIDC claims. Users are added to and removed from groups based on the value of an OIDC claim. If a group does not exist, it is created. Closes: owncloud#5538
Add support for autoprovisioning group memberships from OIDC claims. Users are added to and removed from groups based on the value of an OIDC claim. If a group does not exist, it is created. Closes: owncloud#5538
Add support for autoprovisioning group memberships from OIDC claims. Users are added to and removed from groups based on the value of an OIDC claim. If a group does not exist, it is created. Closes: owncloud#5538
Is your feature request related to a problem? Please describe.
If a Keycloak IdP is used for authentication, the groups from Keycloak could also be used for ownCloud.
Describe the solution you'd like
At the moment only the users from Keycloak are used in ownCloud, without LDAP/AD integration the groups have to be created manually in ownCloud, also the assignment of the users to the groups has to be done within ownCloud.
The solution would also be to import the groups from Keycloak and also respect the assignment of the users to the groups from Keycloak.
The text was updated successfully, but these errors were encountered: