summaryrefslogtreecommitdiff
path: root/src/saml2/assertion.py
Commit message (Expand)AuthorAgeFilesLines
* Replace assert with proper checksassert_deletionIvan Kanakarakis2020-09-111-3/+1
* Enable entity category import from module search pathScott Koranda2019-05-071-2/+5
* Ordered way to find a local name of an attribute.Roland Hedberg2017-10-111-13/+25
* Minor fixesIoannis Kakavas2017-07-051-8/+5
* Base attribute filtering on internal representation namesIoannis Kakavas2017-06-121-4/+9
* Support setting the SessionNotOnOrAfter in an authn responseAshima Athri2016-08-181-4/+9
* Don't catch KeyError over too broad statement.Rebecka Gulliksson2016-05-171-6/+5
* Merge branch 'master' of github.com:rohe/pysaml2Roland Hedberg2016-05-161-8/+7
|\
| * Merge pull request #331 from rebeckag/policy-compileRoland Hedberg2016-05-141-8/+7
| |\
| | * Use deepcopy to avoid modifying external data.Rebecka Gulliksson2016-05-031-8/+7
* | | Handle empty required list.Roland Hedberg2016-05-161-1/+1
* | | Deal with entity category (CoCo) that have more complex evaluation rules.Roland Hedberg2016-05-161-48/+63
|/ /
* | Added functionality needed by the saml2test tool.Roland Hedberg2016-04-161-29/+51
|/
* Filter optional attributes in the exact same way as required attributes.Rebecka Gulliksson2015-12-281-26/+27
* Match the attribute name of optional attributes in the same way as for requir...Rebecka Gulliksson2015-12-281-71/+68
* Fixed name_format bug. Modified test to check for name_format specification.Roland Hedberg2015-11-021-1/+1
* Fix paramter passing in logging messagesJozef Knaperek2015-10-151-2/+2
* Fixing py3 errors caused by views in assertionsClint Byrum2015-05-281-1/+1
* Fix assertion test failures in python3Clint Byrum2015-05-281-1/+1
* Fix import issues with python3Clint Byrum2015-05-211-1/+1
* Use six.string_types instead of basestringClint Byrum2015-05-151-2/+3
* Fix python3 syntax errorsClint Byrum2015-05-151-1/+1
* Updated pysaml2 to support PEFIM.Hans HoĢˆrberg2015-03-161-17/+24
* Allow adding an AuthnStatement instance to the Assertion construct and Server...Roland Hedberg2014-12-011-3/+5
* PEP-8Roland Hedberg2014-10-021-38/+38
* On Copyright statement in one place.Roland Hedberg2014-09-091-14/+0
* Fixed attribute filtering logic, take 2.Roland Hedberg2014-06-031-12/+31
* Fixed problematic logic.Roland Hedberg2014-05-281-5/+6
* Added a policy flag that if set to False will allow the IdP to send back an i...Roland Hedberg2014-04-141-3/+18
* Fixed handling of signed and then encrypted response assertions. At the same...Roland Hedberg2014-04-141-98/+100
* More user friendly error message.Roland Hedberg2014-03-281-23/+24
* Fixed a problem with filtering assertion by required/optional attributes.Roland Hedberg2014-03-271-16/+26
* PEP-8 stuffRoland Hedberg2014-03-241-1/+2
* Refactored class methodsRoland Hedberg2014-03-081-107/+94
* Allow for the specification of authn_instant and subject_locality in AuthnSta...Roland Hedberg2014-02-051-12/+36
* Fixed all tests and various bugs that appeared during that process.Roland Hedberg2013-12-131-1/+7
* If no identity information refrain from constructing an AttributeStatement.Roland Hedberg2013-12-051-1/+4
* Made SWAMIDs 2-dimensional entity category model work.Roland Hedberg2013-11-181-19/+21
* Don't add authn_statement unless actually defined.Roland Hedberg2013-11-121-2/+6
* More places where there should be lists and not singletons.Roland Hedberg2013-09-031-2/+2
* Statement should really be statements - plural !Roland Hedberg2013-09-031-2/+2
* SubjectConfirmation was wrongly specified as singleton and not as list.Roland Hedberg2013-08-291-2/+3
* Made all exceptions inherit from a basic pySAML2 exception.Roland Hedberg2013-06-141-0/+12
* Fixed handling of encrypted name ID in response.Roland Hedberg2013-05-311-1/+0
* Made things work after the last merge.Roland Hedberg2013-05-091-19/+27
* Use the correct attribute names.Roland Hedberg2013-05-071-18/+26
* Use the correct attribute names.Roland Hedberg2013-05-071-1/+2
* Added support for entity categories - some fixes.Roland Hedberg2013-05-051-11/+7
* Added support for entity categories.Roland Hedberg2013-05-041-21/+71
* One AuthnBroker per endpoint.Roland Hedberg2013-04-231-0/+18