CycriLabs / keycloak-configurator

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

Improve usage of entity store for user role import #28

Open MarcScheib opened 7 months ago

MarcScheib commented 7 months ago

The user realm & client role import is repeatedly fetching realm & client roles from the keycloak server.

Instead, they should be fetched once and stored within the entity store.