4 May
2023
4 May
'23
11:26 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17427 --- Comment #76 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- (In reply to Kyle M Hall from comment #66)
The big blocker is replacing the use of CGI::Session::Find (https://metacpan.org/pod/CGI::Session#find(-%5C&code-)) in C4::Auth_with_cas
Yes, that's a tricky one. And really ugly. First the method is experimental, and then we are looping over all the sessions to retrieve the corresponding one... outch! We could eventually generate the session ID from the CAS ticket (using Koha::Encryption for instance?). Would that work? I am not familiar with CAS! -- You are receiving this mail because: You are watching all bug changes.