Bug 12681 - Shibboleth attributes may contain lists
Summary: Shibboleth attributes may contain lists
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Authentication (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor (vote)
Assignee: Martin Renvoize
QA Contact: Testopia
URL:
Keywords:
Depends on: 8446 13114 13569 18507
Blocks:
  Show dependency treegraph
 
Reported: 2014-07-31 07:01 UTC by Martin Renvoize
Modified: 2018-09-28 09:10 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.