https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40650 --- Comment #7 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 197299 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=197299&action=edit Bug 40650: Add patron_attribute:CODE support to identity provider field mappings Extends _find_patron_by_matchpoint and _update_patron_from_mapped_data in Koha::Auth::Client base class to support the patron_attribute:CODE matchpoint and mapping syntax: - _find_patron_by_matchpoint: when the matchpoint starts with patron_attribute:, searches borrower_attributes by code and value rather than core borrower fields - _update_patron_from_mapped_data: separates patron_attribute: keys from core borrower fields, applying the former via Koha::Patron::Attribute create/replace and the latter via the standard set()/store() path -- You are receiving this mail because: You are watching all bug changes.