[RHSSO-1285] Add example RH-SSO configuration and modules/ content#34
[RHSSO-1285] Add example RH-SSO configuration and modules/ content#34iankko wants to merge 1 commit intojboss-openshift:masterfrom
Conversation
to illustrate how to deploy custom theme to RH-SSO pod running on OpenShift The provided JAR was created from upstream Keycloak example at: https://github.com/keycloak/keycloak/tree/master/examples/themes Also, update the README.md file so it's clear how to use this custom configuration and theme/ module Signed-off-by: Jan Lieskovsky <jlieskov@redhat.com>
|
@rcernich PTAL Thank you, Jan |
|
This looks okay to me. Is there a better way to do this than supplying a custom standalone.xml file? Users would have to keep their configuration file in sync with the one supplied by us. |
The another option that comes in mind is to edit the |
|
You can place a script |
to illustrate how to deploy custom theme to RH-SSO pod running on OpenShift
The provided JAR was created from upstream Keycloak example at: https://github.com/keycloak/keycloak/tree/master/examples/themes
Also, update the README.md file so it's clear how to use this custom configuration and
theme/moduleSigned-off-by: Jan Lieskovsky jlieskov@redhat.com