summaryrefslogtreecommitdiff
path: root/tests/test_20_assertion.py
Commit message (Expand)AuthorAgeFilesLines
* Run autoflake --remove-all-unused-imports --ignore-init-module-imports + blac...Aarni Koskela2022-11-151-2/+0
* Run pyupgrade --py36-plus + black + isortAarni Koskela2022-11-151-1/+0
* Format code with black and isortIvan Kanakarakis2022-10-011-348/+408
* assertion policy filter: Fallback to match a known attribute or return its nameIvan Kanakarakis2022-04-101-5/+45
* Refactor Policy to check the registration authority for restrictionsIvan Kanakarakis2020-10-301-42/+49
* Allow registration authorities in policyJohan Lundberg2020-10-301-20/+73
* Ensure IdP configurations still default to NAME_FORMAT_URIChris Anderson2020-08-111-1/+17
* Fix compile warningsIvan Kanakarakis2020-02-101-7/+7
* Deprecate saml2.extension.ui - use saml2.extension.mduiIvan Kanakarakis2019-10-081-2/+1
* Fix tests to be compatible with latest pytestIvan Kanakarakis2019-07-081-8/+9
* Ordered way to find a local name of an attribute.Roland Hedberg2017-10-111-8/+17
* Modified test cases to include acs in the argsIoannis Kakavas2017-07-061-12/+12
* Add failing test for filtering attributesIoannis Kakavas2017-06-121-0/+13
* Fix eduID attributestpazderka2016-09-081-1/+1
* Fixed bug due to the refactoring.rohe2016-04-161-21/+34
* Added functionality needed by the saml2test tool.Roland Hedberg2016-04-161-13/+32
* Added new eduPerson attributes and fixed some map errorsRoland Hedberg2016-03-091-107/+113
* Filter optional attributes in the exact same way as required attributes.Rebecka Gulliksson2015-12-281-2/+22
* Match the attribute name of optional attributes in the same way as for requir...Rebecka Gulliksson2015-12-281-103/+119
* Fix minor python3 issues in assertion testsClint Byrum2015-05-281-29/+30
* Fix python3 syntax errorsClint Byrum2015-05-151-13/+13
* Fixed importsRoland Hedberg2015-05-151-2/+2
* Fixed attribute filtering logic, take 2.Roland Hedberg2014-06-031-6/+10
* Should generate 'true'/'false' in xml not 'True'/'False'.Roland Hedberg2014-04-151-0/+1
* Added a policy flag that if set to False will allow the IdP to send back an i...Roland Hedberg2014-04-141-1/+41
* EditorialRoland Hedberg2014-04-021-5/+10
* Various spelling/grammar tweaks and typo fixes.Hank Leininger2014-04-021-1/+1
* Refactored class methodsRoland Hedberg2014-03-081-7/+7
* Script to update the metadata that is used in some tests.Roland Hedberg2014-02-051-1/+23
* Fixed all tests and various bugs that appeared during that process.Roland Hedberg2013-12-131-21/+22
* If no identity information refrain from constructing an AttributeStatement.Roland Hedberg2013-12-051-1/+23
* Removed one function where I had two that did similar work.Roland Hedberg2013-07-081-2/+2
* Made things work after the last merge.Roland Hedberg2013-05-091-10/+11
* Added support for entity categories.Roland Hedberg2013-05-041-0/+19
* Cleaned up some added another test.Roland Hedberg2013-04-221-292/+408
* Allow running the tests from the pysaml2 root directory.Lorenzo Gil Sanchez2013-04-021-5/+7
* Complete rewrite of the metadata handling package.Roland Hedberg2012-12-191-64/+73
* Initial add0.4.2Roland Hedberg2012-05-231-0/+608