c4c5c224d47c3673e02092f48c63d7dc49ca9375
Added a decrypt flag so a proxy can choose not to decrypt an encrypted assertion. Fix so an signature on a response is always validated. Moved back to original solution. The only use case where the signature should be validated is if the proxy is transparent and the signature is designated for the Service Provider. This use case is no longer valid and if it is to be used a new flag must be created, like never_validate_signature. The default value of never_validate_signature is False.
README for PySAML2
==================
Dependencies
------------
PySAML2 should be compatible with any python >= 2.6 not 3.X yet.
Install
-------
You will need xmlsec1 to be able to sign/verify, encrypt/decrypt.
You can find xmlsec1 here:
http://www.aleksey.com/xmlsec/
Apart from that a normal
python setup.py install
will install the package.
Documentation
-------------
Look in the doc/ subdirectory.
Comments, support, bug reports
------------------------------
Project page on :
https://github.com/rohe/pysaml2
Use the Pysaml2@uma.es mailing list. Bug reports can either be emailed
to this mailing list of added to the github repository
https://github.com/rohe/pysaml2.
You can subscribe to this mailing list at
http://delfos.sci.uma.es/mailman/listinfo/pysaml2
Archives are available at
http://delfos.sci.uma.es/mailman/private/pysaml2/
Contributors
------------
* Roland Hedberg: main author / maintainer
* Lorenzo Gil Sanchez: Django integration
Description
Languages
Python
99.7%
Mako
0.1%