[Koha-bugs] [Bug 20879] New: Shibboleth matchpoint no longer works after upgrade to 17.11

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 4 22:06:32 CEST 2018


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 at lists.koha-community.org
          Reporter: cking at uttyler.edu
        QA Contact: testopia at bugs.koha-community.org
                CC: dpavlin at 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.


More information about the Koha-bugs mailing list