summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2014-05-30 10:09:18 -0400
committerSimo Sorce <simo@redhat.com>2014-06-04 10:26:34 -0400
commitca38224edc22e794c77418d30c2034cdba7ebe67 (patch)
tree8aabd122c87425b0cbaecd2e2974ba36f427cb89 /templates
parent5c0898a8e0fa977911fde7c24123f834e4792948 (diff)
downloadipsilon.git-ca38224edc22e794c77418d30c2034cdba7ebe67.tar.gz
ipsilon.git-ca38224edc22e794c77418d30c2034cdba7ebe67.tar.xz
ipsilon.git-ca38224edc22e794c77418d30c2034cdba7ebe67.zip
Allow turning off security at install time
This should be used only for testing purposes Signed-off-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/install/saml2/sp.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/install/saml2/sp.conf b/templates/install/saml2/sp.conf
index 57abdfd..73e6417 100644
--- a/templates/install/saml2/sp.conf
+++ b/templates/install/saml2/sp.conf
@@ -9,7 +9,7 @@
MellonEndpointPath ${saml_sp}
MellonVariable "saml-sesion-cookie"
# Comment out the next line if you want to allow logins on bare HTTP
- MellonsecureCookie On
+ MellonsecureCookie ${saml_secure_on}
MellonUser "NAME_ID"
MellonIdP "IDP"
MellonSessionLength 3600