[keycloak-user] How can I change the default landing page for the Keycloak cartridge?

Stian Thorgersen stian at redhat.com
Mon Jan 19 08:14:42 EST 2015


You can create a welcome theme that overrides the welcome-page.

First create the theme in:
 
  /standalone/configuration/themes/welcome/<theme name>

Then configure which theme to use in keycloak-server.json:

  {
    "theme": {
      "welcomeTheme": "<theme name>"
    }
  }

----- Original Message -----
> From: "Christina Lau" <christinalau28 at icloud.com>
> To: keycloak-user at lists.jboss.org
> Sent: Wednesday, 14 January, 2015 12:45:58 AM
> Subject: [keycloak-user] How can I change the default landing page for the	Keycloak cartridge?
> 
> The Keycloak Openshift cartridge default landing page is /auth/. How can I
> change it so that it will use by own custom landing page? Thanks...
> 
> Christina
> _______________________________________________
> keycloak-user mailing list
> keycloak-user at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-user
> 


More information about the keycloak-user mailing list