diff options
author | Simo Sorce <simo@redhat.com> | 2014-05-30 10:09:18 -0400 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2014-06-04 10:26:34 -0400 |
commit | ca38224edc22e794c77418d30c2034cdba7ebe67 (patch) | |
tree | 8aabd122c87425b0cbaecd2e2974ba36f427cb89 /templates/install/saml2 | |
parent | 5c0898a8e0fa977911fde7c24123f834e4792948 (diff) | |
download | ipsilon-ca38224edc22e794c77418d30c2034cdba7ebe67.tar.gz ipsilon-ca38224edc22e794c77418d30c2034cdba7ebe67.tar.xz ipsilon-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/install/saml2')
-rw-r--r-- | templates/install/saml2/sp.conf | 2 |
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 |