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

feat: get child groups and get unregistered required actions #484

Merged
merged 11 commits into from
Nov 5, 2024

Conversation

surasithaof
Copy link
Contributor

After I upgraded Keycloak from version 19 to 25.0.1, I found the issue when try to call GetGroup and GetGroupByPath that the response does not include the sub groups.

  • I add the function to call to get child groups by groupID, and also fix the tests to be compatible with Keycloak version 25.0.1 as well.
  • I already updated the error messages in test cases because of some error message has changed.
  • And it I need to fix TestGocloak_CreateAndGetRequiredAction because it cannot call to register required action. So I added GetUnregisteredRequiredActions for this test refers to this test suit.

@Nerzal Nerzal merged commit 8867dd1 into Nerzal:main Nov 5, 2024
4 of 5 checks passed
@surasithaof surasithaof deleted the feat/get-child-groups branch December 4, 2024 20:42
@surasithaof surasithaof restored the feat/get-child-groups branch December 4, 2024 20:46
@surasithaof surasithaof deleted the feat/get-child-groups branch December 4, 2024 20:47
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