keycloak-user-migration
keycloak-user-migration copied to clipboard
Feat load groups by id kc 22
Hello!
Sorry for such a late reply, I didn't notice the open PR.
Could you elaborate a bit on the need for these changes?
From what I see, it seems to just be adding case-insensitivity to logins and renaming groupName
to groupId
.
- In the case of case-insensitivity, I think this should be an optional configuration which defaults to
false
. - In the case of renaming
groupName
togroupId
, could you tell me why? Did something change in Keycloak's interfaces?