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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/