dukecon / keycloak_postgres_https

2 stars 2 forks source link

keycloak theme: align with dukecon styles #1

Closed dasniko closed 8 years ago

dasniko commented 8 years ago

From @ascheman on December 4, 2015 15:29

Adopt keycloak pages to dukecon styles and layouts: https://keycloak.github.io/docs/userguide/keycloak-server/html/themes.html

theme should be lightweight for mobile clients and fit into flex clients also (check with @chrisdutz)

_Copied from original issue: dukecon/dukeconhtml5#25

dasniko commented 8 years ago

I could support here, not really an effort... Only login/forgot pwd screen (not much effort), or also other screens as well (e.g. account application - a bit more effort)? Do you already have some screens/examples of layout?

dasniko commented 8 years ago

@ascheman To deploy the themes to the KC server, you just have to provide a folder under .../standalone/configuration/themes/ besides the already existing ones. Then, you have to select the appropriate theme in the realm settings.

Because of that, I suggest to realize this in the keycloak_postgres_https project, then it's easy to copy the folder to the docker image.

ascheman commented 8 years ago
dasniko commented 8 years ago

Applied also to prod (by @ascheman)