CycriLabs / keycloak-configurator

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

Extend secret export by additional variables #39

Closed MarcScheib closed 6 months ago

MarcScheib commented 6 months ago

Is your feature request related to a problem? Please describe. In some cases, additional information on the client is required or even data from different clients. Therefore, it would be nice to have access to all client data via a variable that contains a map based on client names to client information / secrets.

Describe the solution you'd like Extend the velocity context by a variable clients that represents a mapping of client-ids to the client representation (including the secrets).