From ca38224edc22e794c77418d30c2034cdba7ebe67 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 30 May 2014 10:09:18 -0400 Subject: Allow turning off security at install time This should be used only for testing purposes Signed-off-by: Simo Sorce --- templates/install/saml2/sp.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') 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 -- cgit