Update docs to enable downstream processing (#16595)

Relates to: #16475
This commit is contained in:
Alexander Schwartz 2023-02-08 15:33:43 +01:00 committed by GitHub
parent 5f39aeb590
commit 9ecd589690
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View file

@ -22,7 +22,7 @@ In a production environment, Keycloak instances usually run in a private network
For details on the endpoint categories and instructions on how to configure the public hostname for them, see the <@links.server id="hostname"/> guide.
== Reverse proxy in a distributed environment
Apart from <<Setting the hostname for Keycloak>>, production environments usually include a reverse proxy / load balancer component. It separates and unifies access to the network used by your company or organization. For a Keycloak production environment, this component is recommended.
Apart from <@links.server id="hostname"/>, production environments usually include a reverse proxy / load balancer component. It separates and unifies access to the network used by your company or organization. For a Keycloak production environment, this component is recommended.
For details on configuring proxy communication modes in Keycloak, see the <@links.server id="reverseproxy"/> guide. That guide also recommends which paths should be hidden from public access and which paths should be exposed so that Keycloak can secure your applications.

View file

@ -1,3 +1 @@
<#macro server id>
link:{links_server_${id}_url}[{links_server_${id}_name}]
</#macro>
<#macro server id>link:{links_server_${id}_url}[{links_server_${id}_name}]</#macro>