You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keycloak 23 introduced a breaking change for fetching the subgroups for groups - keycloak/keycloak#22372. As a result, the current implementation of the keycloak-backend plugin syncs only top-level groups.
Expected Behavior
keycloak-backend plugin should correctly sync all groups for keycloak 23+.
What are the steps to reproduce this bug?
launch keycloak 23+
create a hierarchical groups structure with multiple groups
run sync from launched keycloak
Versions of software used and environment
Keycloak: 23.0.3
keycloak-backen: 1.7.3
The text was updated successfully, but these errors were encountered:
Describe the bug
Keycloak 23 introduced a breaking change for fetching the subgroups for groups - keycloak/keycloak#22372. As a result, the current implementation of the keycloak-backend plugin syncs only top-level groups.
Expected Behavior
keycloak-backend plugin should correctly sync all groups for keycloak 23+.
What are the steps to reproduce this bug?
Versions of software used and environment
Keycloak: 23.0.3
keycloak-backen: 1.7.3
The text was updated successfully, but these errors were encountered: