Bug 12681

Summary: Shibboleth attributes may contain lists
Product: Koha Reporter: Martin Renvoize <martin.renvoize>
Component: AuthenticationAssignee: Martin Renvoize <martin.renvoize>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: dpavlin
Version: master   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 8446, 13114, 13569, 18507    
Bug Blocks:    

Description Martin Renvoize 2014-07-31 07:01:47 UTC
In koha, a shibboleth attribute is always assumed to be a singular value; however an attribute may actually contain a semi-colon separated list of values in a string.

We should handle this in koha somehow.