keycloak-scim/server_installation/topics/config-subsystem.adoc
andymunro cb730556a7
KEYCLOAK-15291 Addressing review comments. (#1201)
Co-authored-by: Stian Thorgersen <stianst@gmail.com>
2021-11-10 12:39:43 +01:00

23 lines
No EOL
862 B
Text

[[_manage_config]]
== Managing the subsystem configuration
Low-level configuration of {project_name} is done by editing the
`standalone.xml`, `standalone-ha.xml`, or `domain.xml` file
in your distribution. The location of this file
depends on your <<_operating-mode, operating mode>>.
While there are endless settings you can configure here, this section will focus on
configuration of the _keycloak-server_ subsystem. No matter which configuration file
you are using, configuration of the _keycloak-server_ subsystem is the same.
The keycloak-server subsystem is typically declared toward the end of the file like this:
[source,xml]
----
<subsystem xmlns="urn:jboss:domain:keycloak-server:1.1">
<web-context>auth</web-context>
...
</subsystem>
----
Note that anything changed in this subsystem will not take effect until the server is rebooted.