Merge "Fix keystone shibboleth template to detect ssl usage correctly"
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
timeout="3600"
|
timeout="3600"
|
||||||
relayState="ss:mem"
|
relayState="ss:mem"
|
||||||
checkAddress="false"
|
checkAddress="false"
|
||||||
handlerSSL="{% if keystone_ssl_enabled | bool %}true{% else %}false{% endif %}"
|
handlerSSL="{% if keystone_ssl | bool %}true{% else %}false{% endif %}"
|
||||||
{% if keystone_service_publicuri_proto == "https" %}cookieProps="; path=/; secure"{% endif %}>
|
{% if keystone_service_publicuri_proto == "https" %}cookieProps="; path=/; secure"{% endif %}>
|
||||||
|
|
||||||
<!-- Triggers a login request directly to the IdP. -->
|
<!-- Triggers a login request directly to the IdP. -->
|
||||||
|
|||||||
Reference in New Issue
Block a user