[Koha-bugs] [Bug 12026] Shibboleth auto-provisioning

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 12 08:48:15 CEST 2017


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

--- Comment #85 from Zeno Tajoli <z.tajoli at cineca.it> ---
Hi Katrin,

the setup info are inside C4/Auth_with_shibboleth.pm in POD format:


Map shibboleth attributes to koha fields, and configure authentication match
point in koha-conf.xml.

<shibboleth>
    <matchpoint>userid</matchpoint> <!-- koha borrower field to match upon -->
    <mapping>
      <userid is="eduPersonID"></userid> <!-- koha borrower field to shibboleth
attribute mapping -->
    </mapping>
</shibboleth>

Note: The minimum you need here is a <matchpoint> block, containing a valid
column name from the koha borrowers table, and a <mapping> block containing a
relation between the chosen matchpoint and the shibboleth attribute name.

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


More information about the Koha-bugs mailing list