Importing the JAR of Your Theme Into Keycloak
Last updated
Was this helpful?
Last updated
Was this helpful?
Now that you have your theme as a .jar file, let's see how you can import it in Keycloak so that it appears in the dropdown list for selecting theme in the Keycloak Admin console.
Takes the following instructions with a grain of salt. They are contributed by the comunity and might not be up to date. They'll give you an idea of how it's suposed to be done but you'd be better of looking for the official documentation on how to load keycloak extentions.
Here we use "start-dev"
but in production use "start --optimized"
If you use you can leverage the initContainers parameter to load your theme.
Read to learn how to get GitHub Action to publish your theme's JAR as assets of your GitHub release.
If you are utilizing a Keycloak instance managed by , importing themes and extensions is quite straightforward.