<div dir="ltr"><div>Hello,</div><div><br></div><div>I&#39;m current trying to migrate our Keycloak configuration from 2.1.0.Final to 2.2.0.Final.</div><div>Since we have some custom extensions deployed as jboss-modules in Keycloak </div><div>I need to convert the configuration from &quot;keycloak-server.json&quot; to the appropriate form in standalone-ha.xml.</div><div><br></div><div>I tried to do that via jboss-cli but I seem to miss something... I currently don&#39;t see a way to</div><div>do that via the cli and since I currently don&#39;t want to fallback to XSLT I wonder:</div><div>Does anyone have a hint for converting the providers configuration from:</div><div><br></div><div>keycloak-server.json:</div><div>{</div><div>  &quot;providers&quot; : [ &quot;classpath:${jboss.home.dir}/providers/*&quot;</div><div>                , &quot;module:com.acme.idm.keycloak.idm-keycloak-ext-login-action&quot;</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">                                </span>, &quot;module:com.acme.idm.keycloak.jms-forwarding-event-listener&quot; ]</div><div>...</div><div><br></div><div>to:</div><div><br></div><div>standalone-ha.xml:</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>&lt;subsystem xmlns=&quot;urn:jboss:domain:keycloak-server:1.1&quot;&gt;</div><div>            &lt;web-context&gt;auth&lt;/web-context&gt;</div><div>            &lt;providers&gt;</div><div>                &lt;provider&gt;classpath:${jboss.home.dir}/providers/*&lt;/provider&gt;</div><div>                 &lt;!-- insert the module references here --&gt;</div><div>            &lt;/providers&gt;</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>...</div><div>???</div><div><br></div><div>Thanks in advance!</div><div><br></div><div>Cheers,</div><div>Thomas</div></div>