https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18046
Bug ID: 18046
Summary: Problem with redirect on logout with CAS
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Authentication
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
Since updating to 3.22.14 which includes the fix for bug 17841, there is a
problem when logging out of the OPAC with CAS.
Settings:
casLogout = Logout
Before the update, you weren't redirected back to the OPAC after logout. Bug
17841 was supposed to fix this behaviour.
After the update, we are sending the redirect URL in the service parameter of
the logout URL:
https://.../logout?url=https%3A%2F%2F...%2Fcgi-bin%2Fkoha%2Fopac-main.pl%3Flogout.x%3D1
The CAS logout itself works, but the redirect to Koha seems to be stuck in an
"infinite loop". The page reloads again and again.
It seems to work ok, when you craft an URL like:
https://.../logout?url=https%3A%2F%2F...%2Fcgi-bin%2Fkoha%2Fopac-main.pl%3Flogout.x%3D1
without the logout.x%3D1 parameter at the end of the URL.
Tested in Firefox ESR 45.7.0.
--
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/