2016-05-11 02:48:33 +00:00
|
|
|
|
2016-12-12 20:20:58 +00:00
|
|
|
=== Installing the Client Adapter
|
2016-05-11 02:48:33 +00:00
|
|
|
|
2017-08-28 12:50:14 +00:00
|
|
|
Download the {appserver_name} distribution and unzip
|
2016-06-09 08:22:27 +00:00
|
|
|
it into a directory on your machine.
|
2016-06-09 08:14:10 +00:00
|
|
|
|
2017-08-28 12:50:14 +00:00
|
|
|
ifeval::[{project_community}==true]
|
2018-04-20 08:25:03 +00:00
|
|
|
Next download the WildFly OpenID Connect adapter distribution from link:https://www.keycloak.org/downloads.html[keycloak.org].
|
2017-08-28 12:50:14 +00:00
|
|
|
endif::[]
|
2016-06-09 08:14:10 +00:00
|
|
|
|
2017-08-28 12:50:14 +00:00
|
|
|
ifeval::[{project_product}==true]
|
|
|
|
Next download the RH-SSO-{project_version}-eap7-adapter.zip distribution.
|
|
|
|
endif::[]
|
2016-06-09 08:14:10 +00:00
|
|
|
|
2017-08-28 12:50:14 +00:00
|
|
|
Unzip this file into the root directory of your {appserver_name} distribution.
|
2016-06-09 08:14:10 +00:00
|
|
|
|
|
|
|
Next perform the following actions:
|
2016-05-11 02:48:33 +00:00
|
|
|
|
2017-03-31 15:16:00 +00:00
|
|
|
.WildFly 10 and Linux/Unix
|
2016-05-11 02:48:33 +00:00
|
|
|
[source]
|
|
|
|
----
|
|
|
|
$ cd bin
|
|
|
|
$ ./jboss-cli.sh --file=adapter-install-offline.cli
|
|
|
|
----
|
|
|
|
|
2017-03-31 15:16:00 +00:00
|
|
|
.WildFly 10 and Windows
|
2016-05-11 02:48:33 +00:00
|
|
|
[source]
|
|
|
|
----
|
|
|
|
> cd bin
|
|
|
|
> jboss-cli.bat --file=adapter-install-offline.cli
|
|
|
|
----
|
|
|
|
|
2017-08-28 12:50:14 +00:00
|
|
|
ifeval::[{project_community}==true]
|
2017-03-31 15:16:00 +00:00
|
|
|
.Wildfly 11 and Linux/Unix
|
|
|
|
[source]
|
|
|
|
----
|
|
|
|
$ cd bin
|
|
|
|
$ ./jboss-cli.sh --file=adapter-elytron-install-offline.cli
|
|
|
|
----
|
|
|
|
|
|
|
|
.Wildfly 11 and Windows
|
|
|
|
[source]
|
|
|
|
----
|
|
|
|
> cd bin
|
|
|
|
> jboss-cli.bat --file=adapter-elytron-install-offline.cli
|
|
|
|
----
|
2017-08-28 12:50:14 +00:00
|
|
|
endif::[]
|
2017-03-31 15:16:00 +00:00
|
|
|
|
2016-05-11 02:48:33 +00:00
|
|
|
This script will make the appropriate edits to the _.../standalone/configuration/standalone.xml_ file of your app
|
2016-12-12 20:20:58 +00:00
|
|
|
server distribution. Finally, boot the application server.
|
2016-05-11 02:48:33 +00:00
|
|
|
|
|
|
|
.Linux/Unix
|
|
|
|
[source]
|
|
|
|
----
|
|
|
|
$ .../bin/standalone.sh
|
|
|
|
----
|
|
|
|
|
|
|
|
.Windows
|
|
|
|
[source]
|
|
|
|
----
|
|
|
|
> ...\bin\standalone.bat
|
|
|
|
----
|