summaryrefslogtreecommitdiff
path: root/src/saml2/response.py
Commit message (Collapse)AuthorAgeFilesLines
* Handling error in XML documentRoland Hedberg2013-05-161-0/+1
|
* Status error responses don't always have a message.Andrew Wason2013-04-231-2/+5
|
* Use a custom exception for unsolicited response so we can capture it and ↵Lorenzo Gil Sanchez2013-04-181-2/+6
| | | | show a nicer screen to the user than just an 500 error message
* Merge branch 'master' of github.com:rohe/pysaml2Roland Hedberg2013-04-181-1/+1
|\
| * decrypt() expects a string not an xmlenc.EncrypedDataAndrew Wason2013-04-171-1/+1
| |
* | EditorialRoland Hedberg2013-04-181-0/+1
|/
* Let the SAML2 status codes govern what exceptions are raised.Roland Hedberg2013-03-291-3/+132
|
* Differentiate between SAML status errors and exceptions.Roland Hedberg2013-03-291-2/+6
|
* Rewrote to use NameID instances every where where I previously used just the ↵Roland Hedberg2013-02-091-50/+65
| | | | text part of the instance.
* EditorialRoland Hedberg2013-02-091-9/+7
|
* Missing importsRoland Hedberg2013-02-081-2/+4
|
* Better error messagesRoland Hedberg2013-02-081-2/+10
|
* More informative info in exception.Roland Hedberg2013-01-311-3/+3
|
* Added missing small piecesRoland Hedberg2013-01-281-5/+8
|
* Assertion ID Request was wrongly defined to use SOAP binding.Roland Hedberg2013-01-171-22/+60
| | | | Now changed to be URI binding as it should be.
* removed left overRoland Hedberg2013-01-161-7/+6
|
* Fixed authn query request-responseRoland Hedberg2013-01-141-0/+2
|
* Fixed manage_name_id request-responseRoland Hedberg2013-01-141-0/+39
| | | | Added assert_id request-response
* message type in response parse classRoland Hedberg2013-01-131-1/+18
|
* Need to handle extension elements and status responses my be synchronous.Roland Hedberg2013-01-101-35/+65
|
* Subject confirmation methods updateRoland Hedberg2013-01-091-27/+50
|
* All (?) the artifact pieces in place.Roland Hedberg2013-01-071-1/+17
|
* Take 2Roland Hedberg2012-11-141-1/+1
|
* Changed logging setupRoland Hedberg2012-06-271-116/+70
|
* Changed logging setupRoland Hedberg2012-06-271-1/+4
|
* assertion.py: added parameter definitionRoland Hedberg2012-06-141-43/+0
| | | | | response.py: removed unused code sigver.py: raise exception when decryption fails
* Initial add0.4.2Roland Hedberg2012-05-231-0/+709