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] [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 If you want all requests to go through the public domain name you can force backend requests to use the frontend URL as
@ -65,4 +65,4 @@ To develop a custom hostname provider you need to implement `org.keycloak.urls.H
`org.keycloak.urls.HostnameProvider`. `org.keycloak.urls.HostnameProvider`.
Follow the instructions in the Service Provider Interfaces section in link:{developerguide_link}[{developerguide_name}] Follow the instructions in the Service Provider Interfaces section in link:{developerguide_link}[{developerguide_name}]
for more information on how to develop a custom provider. for more information on how to develop a custom provider.