CycriLabs / keycloak-configurator

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

Realm role export is not including composite roles #62

Open MarcScheib opened 5 months ago

MarcScheib commented 5 months ago

Describe the bug The export of the realm roles does not fit the format of the import structure. Only the role metadata is exported, but the inherited roles / composite settings are missing.

To Reproduce Steps to reproduce the behavior:

  1. Import a realm role with composite roles
  2. Export a realm role
  3. Exported data has no composite roles

Expected behavior The composite roles are exported as well to fit the import format.