Add Cache-Control header to prevent browser caching of SAML auth location
authorNathan Kinder <nkinder@redhat.com>
Tue, 10 Mar 2015 18:22:47 +0000 (11:22 -0700)
committerRob Crittenden <rcritten@redhat.com>
Tue, 10 Mar 2015 22:24:08 +0000 (18:24 -0400)
commitd67664fbffe9c380a354abe115ee5afa1ff968be
tree54573e7fd389c5aacfd2d187d9d3b60b8284140f
parent42700be962e245243f10c30a29c41fcda1f3f712
Add Cache-Control header to prevent browser caching of SAML auth location

We should prevent browser caching of the SAML auth location that we
configure for an SP. This can be easily done by adding the following
directive to that location in the httpd config:

    Header append Cache-Control "no-cache"

https://fedorahosted.org/ipsilon/ticket/81

Signed-off-by: Nathan Kinder <nkinder@redhat.com>
Reviewed-by: Rob Crittenden <rcritten@redhat.com>
ipsilon/install/ipsilon-client-install