Merge "Add support for websso http referer variable added in yoga"

This commit is contained in:
Zuul 2022-08-12 12:00:23 +00:00 committed by Gerrit Code Review
commit 24ce4641bc
2 changed files with 3 additions and 0 deletions

View File

@ -510,3 +510,4 @@ horizon_websso_initial_choice: "credentials"
horizon_websso_default_redirect: False
horizon_websso_default_redirect_region: "{{ horizon_websso_keystone_url | default(horizon_keystone_endpoint) }}"
horizon_websso_default_redirect_logout: ""
horizon_websso_use_http_referer: True

View File

@ -202,6 +202,8 @@ WEBSSO_DEFAULT_REDIRECT_LOGOUT = "{{ horizon_websso_default_redirect_logout }}"
{% endif %}
{% endif %}
WEBSSO_USE_HTTP_REFERER = {{ horizon_websso_use_http_referer | bool }}
# The list of authentication mechanisms which include keystone
# federation protocols and identity provider/federation protocol
# mapping keys (WEBSSO_IDP_MAPPING). Current supported protocol