https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20879 Bug ID: 20879 Summary: Shibboleth matchpoint no longer works after upgrade to 17.11 Change sponsored?: --- Product: Koha Version: 17.11 Hardware: PC OS: Linux Status: NEW Severity: major Priority: P5 - low Component: Authentication Assignee: koha-bugs@lists.koha-community.org Reporter: cking@uttyler.edu QA Contact: testopia@bugs.koha-community.org CC: dpavlin@rot13.org Shibboleth authentication was working on 16.05.17, but after upgrading to 17.11.06, the OPAC returns the "Sorry, your Shibboleth identity does not match a valid library identity. If you have a local login..." koha-conf: <useshibboleth>1</useshibboleth> <shibboleth> <matchpoint>cardnumber</matchpoint> <mapping> <cardnumber is="employeeNumber"></cardnumber> </mapping> </shibboleth> Relevant attribute from /Shibboleth.sso/Session output: Attributes employeeNumber: 5000120216 MySQL output: mysql> select cardnumber,borrowernumber from borrowers where cardnumber='5000120216'; +------------+----------------+ | cardnumber | borrowernumber | +------------+----------------+ | 5000120216 | 12046 | +------------+----------------+ 1 row in set (0.00 sec) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.