Skip to content
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

Keycloak Group Management #147

Merged
merged 14 commits into from
Feb 14, 2025
Merged

Keycloak Group Management #147

merged 14 commits into from
Feb 14, 2025

Conversation

niclasheun
Copy link
Contributor

@niclasheun niclasheun commented Feb 4, 2025

Important: depends on #124

Adding endpoints to

  • create custom groups
  • add students to custom groups
  • get the members of custom groups

All custom groups are inside the subfolder "CustomGroups", inside the Course Folders.
Each created group is associated with the role --cg-

# Conflicts:
#	server/course/courseParticipation/router.go
#	server/course/main.go
#	server/course/router.go
#	server/coursePhase/router.go
#	server/keycloak/addingCourse.go
#	server/keycloak/main.go
#	server/keycloak/realmManagement.go
#	server/mailing/router.go
Copy link
Member

@Mtze Mtze left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tested on dev server

@niclasheun niclasheun merged commit 052cbfd into main Feb 14, 2025
24 checks passed
@niclasheun niclasheun deleted the keycloak-group-generation branch February 14, 2025 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Abstract current keycloak implementation and allow for assigning students to custom groups
2 participants