Open
Description
class AttributeConverter
converts all _to
and _fro
keys to lower case. This causes conflict of DateOfBirth
and dateOfBirth
attributes defined in saml2.attributemaps.saml_uri.MAP
.
Code Version
master
Expected Behavior
AttributeConverter
should prevent conflict in key names – e. g. by not converting them to lower case
Current Behavior
AttributeConverter.to_format
outputs the value that was added last