[Koha-bugs] [Bug 16694] Limit SIP2 auth by patron attribute

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 17 01:38:53 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16694

Mark Alexander <marka at pobox.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marka at pobox.com

--- Comment #22 from Mark Alexander <marka at pobox.com> ---
Our library needs a similar feature, but our use case is more complicated.

We use two different services that provide streamed movies and ebooks,
respectively.  So our patron validation code would look at the client IP
address on the SIP2 "patron info" or "patron status" request to determine which
of the two services made the request.  Then it would use the appropriate
criteria for that service to validate the patron, perhaps using a different
patron attribute for each service.

Right now I've hacked the SIP2 server for this purpose, but it might make more
sense for the validation code to be placed in a plugin, to allow it to be
customized for each library's special requirements.  I'll try working on a
patch for this.

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


More information about the Koha-bugs mailing list