Hi,

this changed between 2.2 and 2.1 . It seems you're looking for latest docs related to 2.2 but in 2.1 the stuff is different. See docs for 2.1 https://keycloak.gitbooks.io/server-developer-guide/content/v/2.1/topics/themes.html .

But you're right that docs can specify it should be put under subsystem . Also it is "theme/modules/module" , not "theme/module/modules" . Will fix it.

Thanks,
Marek

On 09/09/16 10:32, Sebastien Blanc wrote:
Hi,

I'm trying to deploy my theme as a zip in a kc 2.1.0. I'm following https://keycloak.gitbooks.io/server-developer-guide/content/topics/themes.html

I'm just confused on the last part :
"

You also need to register the module with Keycloak. This is done by editing standalone.xml, standalone-ha.xml, or domain.xml. See the Server Installation and Configuration Guide for more details on where the standalone.xml, standalone-ha.xml, or domain.xml file lives.

Then and add the module to theme/module/modules. For example:

<theme>
    ...
    <modules>
        <module>org.example.mytheme</module>
    </modules>
</theme>
"

It's not really clear on where I need to add this, I tried inside the keycloak subsystem section but that does not work.

Sebi




_______________________________________________
keycloak-user mailing list
keycloak-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/keycloak-user