caseSensitive not working in Mapped AttributeDefinition!
Peter Schober
peter.schober at univie.ac.at
Mon Mar 20 16:44:17 UTC 2023
* Mohamed Lrhazi via users <users at shibboleth.net> [2023-03-20 17:23]:
> I am trying to figure out what I am doing wrong... if x_department is
> TS_OPS, should this not map to true?
See The Fine Documentation for the SourceValue element
https://shibboleth.atlassian.net/wiki/spaces/IDP4/pages/1265631555/MappedAttributeDefinition
specifically the second sentence:
> Setting the caseSensitive attribute (default true) to false allows
> case insensitive comparisons to be made. This is only valid for
> regular expression matching (i.e., when partialMatch is false).
In your example partialMatch is always set to true, so the
caseSensitive XML-attribute is being ignored.
-peter
More information about the users
mailing list