Hello
We have a fully customized account theme working on keycloak 20 with freemarker
Is it possible to use it on keycloak 26 or do we have to migrate it with React ?
Thanks !
We were able to PR some changes into Keycloak so that account themes are actually an SPI now, and we created this for backwards compatibility with the “old” ftl theme:
Also, I’d recommend checking out Keycloakify in order to better future-proof your themes.