CycriLabs / keycloak-configurator

Configures Keycloak based on a set of JSON configuration files
MIT License
8 stars 0 forks source link

fix: replace jsonb by jackson (#54) #55

Closed MarcScheib closed 4 months ago

MarcScheib commented 4 months ago

JSONB has issues in deserializing class of keycloak that make use of MultivaluedHashMap.

Fix by using jackson which is used by the keycloak admin client itself.