summaryrefslogtreecommitdiff
path: root/src/saml2/assertion.py
Commit message (Expand)AuthorAgeFilesLines
* Fix subject-id requirements processingIvan Kanakarakis2023-02-241-1/+1
* Update behaviour of subject-id requirements entity attributeIvan Kanakarakis2023-02-141-5/+6
* do not add a duplicate attribute request for subject idJohan Lundberg2022-12-091-1/+1
* add requested subject id to SPs requested attributesJohan Lundberg2022-12-091-2/+7
* allow to specify no aggregation entity categoriesJohan Lundberg2022-12-071-2/+6
* Run flynt + black + isortAarni Koskela2022-11-151-3/+3
* 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-9/+8
* Format code with black and isortIvan Kanakarakis2022-10-011-108/+102
* assertion policy filter: Fallback to match a known attribute or return its nameIvan Kanakarakis2022-04-101-8/+9
* assertion policy filter: If name_format does not resolve a local_name, try th...Ivan Kanakarakis2022-03-041-19/+11
* Attribute values are optionalIvan Kanakarakis2021-12-071-4/+3
* fix: saml2.assertion: safeguard _filter_values against vals=NoneVlad Mencl2021-06-101-0/+3
* Try to get the friendlyName of the required RequestedAttribute else derive it...Ivan Kanakarakis2021-04-181-6/+10
* Bandaid for crash when friendlyName is not set in metadataJohan Lundberg2021-04-161-1/+6
* Set proper entity category restrictions when release is set to be emptyIvan Kanakarakis2020-12-141-0/+2
* Ignore duplicate RequestedAttribute entries when filtering attributesIvan Kanakarakis2020-11-131-1/+3
* Refactor do_subject_confirmation and do_subject for policy infoIvan Kanakarakis2020-10-301-18/+14
* Refactor Policy to check the registration authority for restrictionsIvan Kanakarakis2020-10-301-213/+209
* Allow registration authorities in policyJohan Lundberg2020-10-301-66/+91
* 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