Update adapter installation docs
This commit is contained in:
parent
6bc79b590c
commit
f846645989
2 changed files with 6 additions and 2 deletions
|
@ -122,6 +122,10 @@
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
Make sure you grab the correct one.
|
Make sure you grab the correct one.
|
||||||
</para>
|
</para>
|
||||||
|
<para>
|
||||||
|
You also need to update standalone.xml as the extension module and subsystem definition has changed.
|
||||||
|
See <link linkend="jboss-adapter-installation">Adapter Installation</link> for details.
|
||||||
|
</para>
|
||||||
</simplesect>
|
</simplesect>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
|
|
|
@ -53,12 +53,12 @@ $ unzip keycloak-as7-adapter-dist.zip
|
||||||
<server xmlns="urn:jboss:domain:1.4">
|
<server xmlns="urn:jboss:domain:1.4">
|
||||||
|
|
||||||
<extensions>
|
<extensions>
|
||||||
<extension module="org.keycloak.keycloak-subsystem"/>
|
<extension module="org.keycloak.keycloak-adapter-subsystem"/>
|
||||||
...
|
...
|
||||||
</extensions>
|
</extensions>
|
||||||
|
|
||||||
<profile>
|
<profile>
|
||||||
<subsystem xmlns="urn:jboss:domain:keycloak:1.0"/>
|
<subsystem xmlns="urn:jboss:domain:keycloak:1.1"/>
|
||||||
...
|
...
|
||||||
</profile>
|
</profile>
|
||||||
]]>
|
]]>
|
||||||
|
|
Loading…
Reference in a new issue