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>
|
||||
Make sure you grab the correct one.
|
||||
</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>
|
||||
</section>
|
||||
<section>
|
||||
|
|
|
@ -53,12 +53,12 @@ $ unzip keycloak-as7-adapter-dist.zip
|
|||
<server xmlns="urn:jboss:domain:1.4">
|
||||
|
||||
<extensions>
|
||||
<extension module="org.keycloak.keycloak-subsystem"/>
|
||||
<extension module="org.keycloak.keycloak-adapter-subsystem"/>
|
||||
...
|
||||
</extensions>
|
||||
|
||||
<profile>
|
||||
<subsystem xmlns="urn:jboss:domain:keycloak:1.0"/>
|
||||
<subsystem xmlns="urn:jboss:domain:keycloak:1.1"/>
|
||||
...
|
||||
</profile>
|
||||
]]>
|
||||
|
|
Loading…
Reference in a new issue