From 3a42d9e1bccd409051335d6154650058886ba1f2 Mon Sep 17 00:00:00 2001 From: etchepar Date: Wed, 22 Apr 2020 11:26:06 +0200 Subject: [PATCH] Update host.adoc a tiny proposal : the command line reference the old "fixed" provider instead of the default one described above --- server_installation/topics/host.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server_installation/topics/host.adoc b/server_installation/topics/host.adoc index f76c5274a5..da19b6319f 100644 --- a/server_installation/topics/host.adoc +++ b/server_installation/topics/host.adoc @@ -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 @@ -65,4 +65,4 @@ To develop a custom hostname provider you need to implement `org.keycloak.urls.H `org.keycloak.urls.HostnameProvider`. 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. \ No newline at end of file +for more information on how to develop a custom provider.