Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 566 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 566 Bytes

keycloak-theme

Theme for FDPG-Style Login Page.

Deploying Theme

To deploy the themes you need to create a JAR archive with the theme resources.

jar cf FDPG.jar theme/ META-INF/

on your Terminal to create a JAR file with the name "FDPG" and the theme and META-INF files in it.

Then copy the newly created JAR file to the deployments directory of your keycloak container

docker cp /path/to/FDPG.jar yourkeycloakcontainer:/opt/jboss/keycloak/standalone/deployments/

And select the login theme "FDPG" from the dropdown menu in the keycloak admin console.