fix/#151: keycloak_quarkus: allow configuration of hostname-strict-backchannel

This commit is contained in:
Helmut Wolf 2024-01-09 08:20:02 +01:00
commit b057f0297a
4 changed files with 9 additions and 0 deletions

View file

@ -66,6 +66,9 @@ keycloak_quarkus_http_relative_path: /
# Disables dynamically resolving the hostname from request headers.
# Should always be set to true in production, unless proxy verifies the Host header.
keycloak_quarkus_hostname_strict: true
# By default backchannel URLs are dynamically resolved from request headers to allow internal and external applications.
# If all applications use the public URL this option should be enabled.
keycloak_quarkus_hostname_strict_backchannel: false
# proxy address forwarding mode if the server is behind a reverse proxy. [none, edge, reencrypt, passthrough]
keycloak_quarkus_proxy_mode: edge