Update host.adoc

a tiny proposal : the command line reference the old "fixed" provider instead of the default one described above
This commit is contained in:
etchepar 2020-04-22 11:26:06 +02:00 committed by Stian Thorgersen
parent 6a17878343
commit 3a42d9e1bc

View file

@ -47,7 +47,7 @@ To update the `frontendUrl` with jboss-cli use the following command:
[source,bash]
----
/subsystem=keycloak-server/spi=hostname/provider=fixed:write-attribute(name=properties.frontendUrl,value="https://auth.example.com")
/subsystem=keycloak-server/spi=hostname/provider=default:write-attribute(name=properties.frontendUrl,value="https://auth.example.com")
----
If you want all requests to go through the public domain name you can force backend requests to use the frontend URL as