KEYCLOAK-7274 Hardcoded config in offline adapter installation scripts (#373)
This commit is contained in:
parent
1f583b646c
commit
8a91d61e33
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
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.
|
Both methods are described in this section.
|
||||||
|
|
||||||
[[_jboss_adapter_installation]]
|
[[_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:
|
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]
|
ifeval::[{project_community}==true]
|
||||||
.WildFly 11
|
.WildFly 11
|
||||||
[source]
|
[source]
|
||||||
|
|
Loading…
Reference in a new issue