summaryrefslogtreecommitdiff
path: root/src/saml2/attribute_converter.py
Commit message (Expand)AuthorAgeFilesLines
* Linter fixesIvan Kanakarakis2021-11-241-6/+7
* Check for multiple eptid valuesIvan Kanakarakis2021-10-191-0/+3
* Fix automatic inversion of attribute map filesRichard van der Hoff2020-08-101-1/+3
* Factor out common codepaths in attribute_converterRichard van der Hoff2020-08-101-21/+34
* Fix attribute maps orderIvan Kanakarakis2020-06-051-1/+1
* Restructure to_eptid_value functionIvan Kanakarakis2019-06-171-28/+30
* Enable NameQualifier and SPNameQualifier attributes for ePTIDScott Koranda2019-06-041-6/+36
* Remove unused codeIvan Kanakarakis2018-10-031-20/+0
* Never map FriendlyName to SAML nameMartin van Es2018-10-031-14/+6
* Normalize duplicate code for to_local functionIvan Kanakarakis2018-10-031-36/+1
* attr might not be in _fro. Resolves #441Ioannis Kakavas2017-08-041-1/+1
* Handle list of attribute values and serialize them properly.Rebecka Gulliksson2016-10-031-2/+7
* Merge pull request #359 from rebeckag/nest-eptidv4.1.0Roland Hedberg2016-09-291-6/+11
|\
| * Automagically nest eduPersonTargetedID in a NameID.Rebecka Gulliksson2016-09-271-6/+11
* | Flatten eduPersonTargetedID when converting it.Rebecka Gulliksson2016-09-271-8/+11
|/
* Make AttributeConverter.adjust more robust (by fixing attribute name typo).Rebecka Gulliksson2015-12-281-1/+1
* Don't let lower/upper case throw me off.Roland Hedberg2015-11-161-1/+1
* Don't let lower/upper case throw me off.Roland Hedberg2015-11-161-2/+10
* Fix paramter passing in logging messagesJozef Knaperek2015-10-151-6/+6
* All tests now pass in 2.7 and 3.4 .Roland Hedberg2015-06-251-2/+2
* Fix python3 syntax errorsClint Byrum2015-05-151-5/+5
* Fixed attribute converterstpazderka2014-11-121-1/+1
* PEP-8Roland Hedberg2014-10-021-1/+1
* On Copyright statement in one place.Roland Hedberg2014-09-091-13/+0
* Fixed a problem with filtering assertion by required/optional attributes.Roland Hedberg2014-03-271-0/+7
* Fixed all tests and various bugs that appeared during that process.Roland Hedberg2013-12-131-0/+47
* Text format editing.Roland Hedberg2013-11-121-4/+9
* Added logging to moduleRoland Hedberg2013-07-081-26/+59
* Rewrote conversion from AttributeStatement to dictionary. Can now handle unde...Roland Hedberg2013-07-041-15/+49
* Made all exceptions inherit from a basic pySAML2 exception.Roland Hedberg2013-06-141-4/+8
* Cleaned up some added another test.Roland Hedberg2013-04-221-45/+82
* Complete rewrite of the metadata handling package.Roland Hedberg2012-12-191-24/+49
* removed unnecessary stuffRoland Hedberg2012-10-081-2/+1
* Switch from urlencode to dictionary value representation.Roland Hedberg2012-10-081-11/+8
* Added support for more complex attribute values.Roland Hedberg2012-10-071-3/+19
* First attempt at doing encryption/decryptionRoland Hedberg2012-06-081-19/+0
* Initial add0.4.2Roland Hedberg2012-05-231-0/+346