CycriLabs / keycloak-configurator

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

Importing realms with attributes fails with JSON serialization exception #54

Closed MarcScheib closed 4 months ago

MarcScheib commented 4 months ago

Describe the bug When importing a realm with properties, the serialization fails with json parsing errors on MultivaluedMap.

To Reproduce Steps to reproduce the behavior:

  1. Import a realm with properties

Expected behavior Import works without issues.