Fixes to AS7 adapter
This commit is contained in:
parent
7f02ac84ad
commit
59d7ff3f0a
2 changed files with 3 additions and 2 deletions
|
@ -11,6 +11,7 @@
|
|||
<fileSet>
|
||||
<directory>${project.build.directory}/unpacked</directory>
|
||||
<includes>
|
||||
<include>org/bouncycastle/**</include>
|
||||
<include>net/iharder/base64/**</include>
|
||||
<include>org/apache/httpcomponents/**</include>
|
||||
<include>org/keycloak/keycloak-core/**</include>
|
||||
|
@ -23,7 +24,7 @@
|
|||
<excludes>
|
||||
<exclude>**/*.war</exclude>
|
||||
</excludes>
|
||||
<outputDirectory>modules/system/layers/base</outputDirectory>
|
||||
<outputDirectory>modules</outputDirectory>
|
||||
</fileSet>
|
||||
</fileSets>
|
||||
</assembly>
|
||||
|
|
|
@ -56,7 +56,7 @@ $ unzip keycloak-as7-adapter-dist.zip
|
|||
</profile>
|
||||
]]>
|
||||
</programlisting>
|
||||
<note>For AS7, the extension module is org.keycloak.keycloak-as7-sybsystem.</note>
|
||||
<note>For AS7, the extension module is org.keycloak.keycloak-as7-subsystem.</note>
|
||||
</para>
|
||||
<para>
|
||||
Finally, you must specify a shared keycloak security domain.
|
||||
|
|
Loading…
Reference in a new issue