privacyidea / keycloak-provider

:lock: OTP Two Factor Authentication Provider for Keycloak to run with privacyIDEA
Apache License 2.0
78 stars 23 forks source link

store the template file not inside jar #184

Closed stefan-kalb closed 1 month ago

stefan-kalb commented 1 month ago

It should be easily possible to replace/enrich the privacyIDEA.ftl alongside a customized keycloak theme.

Currently an adjusted privacyIDEA.ftl is hard linked in the jar. As a keycloak admin I would appreciate to be able to use the privacyIDEA.ftl within my custom theme folder without the need to patch or compile the jar. The privacyIDEA.ftl inside the jar should only be used as a fallback if it's not found inside the configured keycloak theme.

stefan-kalb commented 1 month ago

Sorry, that's already implemented. I completely missed that. Stumbled over that information whilst digging through the source-code.