https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19373 Bug ID: 19373 Summary: CAS Login for staff interface always go back to home. Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Authentication Assignee: koha-bugs@lists.koha-community.org Reporter: gwendal.joncour@univ-rennes2.fr QA Contact: testopia@bugs.koha-community.org CC: dpavlin@rot13.org When I'm disconnected from the staff interface for inactivity, I noticed that CAS login always go back to homepage while local login sends me to the correct page (for example a borrower page). When I checked the CAS login URL, I see that the service part is composed of the base url followed-up directly by the query part of the page. The script part is absent. Then, I checked C4/Auth_with_cas.pm and see in the sub _url_with_get_params that get_script_name() is only called for the OPAC login. Is there a specific reason for that or can we call get_script_name() for both context ? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.