[Bug 12026] Shibboleth auto-provisioning
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12026 --- Comment #85 from Zeno Tajoli <z.tajoli@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.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org