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

Implement method to get group's child groups using Keycloak 23 API #459

Closed
wants to merge 1 commit into from

Conversation

tduong2049
Copy link

@tduong2049 tduong2049 commented Jan 24, 2024

This doesn't resolve the issue #456 with GetGroups() and GetGroup() not including the child/sub groups in the results - because of changes in Keycloak 23's API:

Rather, this is a separate method to get a group's child groups using the new GET /admin/realms/{realm}/groups/{id}/children endpoint in Keycloak 23's API - as mentioned in #456 (comment)

Method was tested locally with quay.io/keycloak/keycloak:23.0.4 image.

As mentioned in #456 (comment), this method could be expanded with a params GetChildGroupsParams parameter.

@Nerzal
Copy link
Owner

Nerzal commented Feb 1, 2024

I guess we need to update the pipeline in order to test Keycloak 23+ Features.

@tduong2049
Copy link
Author

Closing this PR to support #484

@tduong2049 tduong2049 closed this Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants