KEYCLOAK-7274 Hardcoded config in offline adapter installation scripts (#373)

This commit is contained in:
Vlasta Ramik 2018-05-03 19:50:42 +02:00 committed by Stian Thorgersen
parent 1f583b646c
commit 8a91d61e33

View file

@ -18,7 +18,7 @@ endif::[]
You can provide an adapter config file in your WAR and change the auth-method to KEYCLOAK within web.xml.
Alternatively, you don't have to modify your WAR at all and you can secure it via the {project_name} adapter subsystem configuration in `standalone.xml`.
Alternatively, you don't have to modify your WAR at all and you can secure it via the {project_name} adapter subsystem configuration in the configuration file, such as `standalone.xml`.
Both methods are described in this section.
[[_jboss_adapter_installation]]
@ -102,6 +102,8 @@ This ZIP archive contains JBoss Modules specific to the {project_name} adapter.
To configure the adapter subsystem if the server is not running execute:
NOTE: Alternatively, you can specify the `server.config` property while installing adapters from the command line to install adapters using a different config, for example: `-Dserver.config=standalone-ha.xml`.
ifeval::[{project_community}==true]
.WildFly 11
[source]