From 8a91d61e33b92842402b732a803709ba14ce46d1 Mon Sep 17 00:00:00 2001 From: Vlasta Ramik Date: Thu, 3 May 2018 19:50:42 +0200 Subject: [PATCH] KEYCLOAK-7274 Hardcoded config in offline adapter installation scripts (#373) --- securing_apps/topics/oidc/java/jboss-adapter.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/securing_apps/topics/oidc/java/jboss-adapter.adoc b/securing_apps/topics/oidc/java/jboss-adapter.adoc index 340bd606cb..29b3f1395a 100644 --- a/securing_apps/topics/oidc/java/jboss-adapter.adoc +++ b/securing_apps/topics/oidc/java/jboss-adapter.adoc @@ -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]