summaryrefslogtreecommitdiff
path: root/src/saml2/response.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed logging of attributes with '.' in their namefeuerfrei922021-12-061-2/+2
* Allow AuthnStatement to be optionalIvan Kanakarakis2021-08-301-9/+6
* Allow saml2.response.AuthnResponse::get_subject to decrypt a NameID with the ...Ivan Kanakarakis2021-08-271-8/+9
* Add note to docs on debugging responsese271828-2021-07-271-1/+5
* Consider DeclRef equivalent to ClassRefIvan Kanakarakis2021-07-131-1/+4
* Refactor saml2.response.Response.authn_infoIvan Kanakarakis2021-07-131-14/+18
* Format codeIvan Kanakarakis2021-05-181-1/+1
* Derive the issuer value then return itIvan Kanakarakis2021-05-181-4/+6
* Response issuer can be NoneErwin Junge2021-05-051-1/+4
* fix: invalid IssueInstantpeppelinux2021-03-201-1/+1
* Merge pull request #772 from peppelinux/unhandled_audience_restrIvan Kanakarakis2021-03-081-2/+2
|\
| * Response with unvalued AudienceRestriction (Condition) Handlingpeppelinux2021-01-241-2/+2
* | Merge pull request #766 from peppelinux/invalid_assertionIvan Kanakarakis2021-03-071-1/+5
|\ \
| * | InvalidASsertion Exceptionpeppelinux2021-01-241-1/+5
| |/
* | Invalid Destination URL Exception Handlingpeppelinux2021-01-241-2/+9
|/
* Fix StatusResponse when return_addrs is not setpeppelinux2020-12-291-5/+6
* Replace assert with proper checksassert_deletionIvan Kanakarakis2020-09-111-26/+26
* Remove spurious `exception` loggingRichard van der Hoff2020-08-101-4/+0
* Update response.pyRodrigo2020-01-311-5/+3
* Validate the audience of assertions regardless of a response being unsolicitedIvan Kanakarakis2019-08-241-4/+3
* Use `extension_elements` to extract `KeyInfo`Alex Bublichenko2019-05-281-3/+2
* Gracefully handle invalid HOK assertionsAlex Bublichenko2019-05-241-1/+2
* Parse assertions with Holder-of-Key profileAlex Bublichenko2019-05-231-2/+2
* Keep old behaviour until decryption is properly understoodIvan Kanakarakis2019-03-121-2/+19
* Align parse_assertion with the new decryption codeIvan Kanakarakis2019-02-051-36/+39
* Remove the python-future module and use sixIvan Kanakarakis2018-12-061-2/+0
* Rework status_ok structureIvan Kanakarakis2018-12-061-20/+23
* Handle non standard response error status codesJohan Lundberg2018-12-051-2/+2
* Add want_assertions_or_response_signed functionalityScott Koranda2018-11-211-1/+13
* Fix AuthnResponse.condition_ok to be not so restrictiveEgor Panfilov2018-11-191-2/+5
* AuthnResponse should store member xmlstr in correct typeIvan Kanakarakis2018-10-231-7/+7
* Really handle non ascii in response class __str__Johan Lundberg2018-10-191-3/+4
* Handle non ascii characters in __str__Johan Lundberg2018-10-041-5/+6
* Multiple AttributeStatement tags per AssertionThomas Knott2018-08-291-4/+6
* Merge pull request #419 from leifj/satosa-double-parseRoland Hedberg2017-10-111-1/+2
|\
| * fix issue with satosa and encrypted assertionsLeif Johansson2017-05-291-1/+2
* | Change log level for no attribute statements. Resolves #329Ioannis Kakavas2017-07-201-1/+1
|/
* File formating.Roland Hedberg2016-09-221-25/+26
* Allow more direct modifications of nested items.Roland Hedberg2016-05-161-40/+92
* Having a NameID is not mandatory.rohe2015-12-241-12/+9
* Fixed a problem in parsing metadata extensions.Roland Hedberg2015-11-181-41/+65
* Fix paramter passing in logging messagesJozef Knaperek2015-10-151-30/+30
* Fixed various errors.Roland Hedberg2015-10-041-1/+3
* Added the timestamp when the authentication took place to the authn_info method.Hans Hörberg2015-10-011-1/+5
* Useful when debugging 'after the fact'.Roland Hedberg2015-09-071-2/+9
* Added comments.Hans Hörberg2015-05-261-0/+28
* Merge remote-tracking branch 'upstream/master'Hans Hörberg2015-05-261-0/+3
|\
| * Fix xml issues with python3Clint Byrum2015-05-211-0/+3
* | Fix for PEFIMHans Hörberg2015-05-251-1/+2
* | Added PEFIM changes that had been removed.Hans Hörberg2015-05-251-4/+11