Bug 12887: User logged out on refresh after CAS authentication
authorMatthias Meusburger <matthias.meusburger@biblibre.com>
Wed, 4 Mar 2015 15:18:23 +0000 (16:18 +0100)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 30 Mar 2015 16:35:50 +0000 (13:35 -0300)
commit0c6ba2d0c4dde4237de9bcd3995254a4387b1fbe
treee5b847115850fe3cfcf85332890ceb2c81fe2a32
parentaf9920e2ef136586a396b9e5cc8e32101722d89e
Bug 12887: User logged out on refresh after CAS authentication

If the user is already logged-in, do not trigger CAS authentication
even if there is a ticket in the parameters.

1) Authenticate to the OPAC through CAS.
2) Once redirected to your account, hit F5 or the refresh button of your browser.
3) You're logged out.

Signed-off-by: Koha Team Lyon 3 <koha@univ-lyon3.fr>
Signed-off-by: Luce Barbey <luce.barbey@cirad.fr>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Added sign of lines according to bug.
Works as described, small change.

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
C4/Auth.pm