Map multiple Shibboleth attributes to user attributes

Description

Make it possible to match multiple Shibboleth attributes to MCRUser attributes.
Like this:

<attribute name="roles" mapping="eduPersonAffiliation">
<valueMapping name="employee">submitter</valueMapping>
<valueMapping name="student">reader</valueMapping>
<valueMapping name="member">reader</valueMapping>
</attribute>
<attribute name="roles" mapping="entitlement">
<valueMapping name="urn:uni-jena:iam:affiliation:Gastmitarbeiter">submitter</valueMapping>
<valueMapping name="urn:uni-jena:iam:affiliation:Gaststudent">reader</valueMapping>
</attribute>

Environment

None

Activity

Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Created October 27, 2016 at 9:57 AM
Updated November 3, 2016 at 2:15 PM
Resolved November 3, 2016 at 2:15 PM