[keycloak-user] Manually editing standalone.xml vs offline install

John D. Ament john.d.ament at gmail.com
Sun Feb 19 09:46:14 EST 2017


Hi

I was wondering, if I wanted to avoid a build time run of offline install,
can I just edit standalone.xml?  I already ship a customized standalone.xml
so its not an issue to include the file changes.  These are the changes I
identified:

Added: <extension module="org.keycloak.keycloak-adapter-subsystem"/>
Added:
                    <security-domain name="keycloak">
                        <authentication>
                            <login-module
code="org.keycloak.adapters.jboss.KeycloakLoginModule" flag="required"/>
                        </authentication>
                    </security-domain>
Added: <subsystem xmlns="urn:jboss:domain:keycloak:1.1"/>

John


More information about the keycloak-user mailing list