CycriLabs / keycloak-configurator

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

Client specific templates for secret export #40

Closed MarcScheib closed 6 months ago

MarcScheib commented 6 months ago

Is your feature request related to a problem? Please describe. Extend secret export by client-specific templates.

Describe the solution you'd like When exporting the secrets for each client, the template most specific to the client should be used. For example, if the name of the template includes the client-id, this should be used for the export instead of the most generic one (i.e. the one that contains the variable placeholder for the name).