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:
parent
6a17878343
commit
3a42d9e1bc
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
for more information on how to develop a custom provider.
|
||||
|
|
Loading…
Reference in a new issue