Add Cache-Control header to prevent browser caching of SAML auth location
[cascardo/ipsilon.git] / ipsilon / install / ipsilon-client-install
index 9ed2a6f..237b439 100755 (executable)
@@ -115,6 +115,7 @@ def saml2():
             saml_protect = 'info'
             saml_auth = '<Location %s>\n' \
                         '    MellonEnable "auth"\n' \
+                        '    Header append Cache-Control "no-cache"\n' \
                         '</Location>\n' % args['saml_auth']
 
         psp = '# '