[Koha-bugs] [Bug 12682] New: Shibboleth attribute manipulation

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 31 09:07:29 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12682

            Bug ID: 12682
           Summary: Shibboleth attribute manipulation
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Authentication
          Assignee: gmcharlt at gmail.com
          Reporter: martin.renvoize at ptfs-europe.com
        QA Contact: testopia at bugs.koha-community.org
                CC: dpavlin at rot13.org

As koha administrators, we are often not in control of the form in which we
will receive an attribute from a shibboleth identity provider.

This envisaged enhancement would add the ability to define very simple string
manipulations to an attribute in the koha config file.

Example of enhanced config:

<usesshibboleth>1</usesshibboleth>
<shibboleth>
  <matchpoint>userid</matchpoint>
  <mapping>
    <userid is="email" regex="s/@student.university.ac.uk//g"></userid>
  </mapping>
</shibboleth>

In the above example, we want to match koha userid to the 'stuff before the @'
in the users email attribute.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list