Go to file
Andrew Wason f8ab0abffd ProtocolBinding in AuthnRequest indicates how response should be delivered, not how the request is being delivered.
Saml2Client.prepare_for_authenticate() needs to distinguish between
the request binding (how the request will be delivered) and the
response binding (how the response should be delivered,
indicated by ProtocolBinding in the request XML).
2013-04-23 10:27:19 -04:00
2012-11-14 17:34:24 +01:00
2013-02-27 16:06:39 +01:00
2013-04-21 16:40:02 +02:00
2013-04-15 10:45:52 +02:00
2012-05-23 18:56:51 +02:00
2012-05-23 18:56:51 +02:00
2013-02-01 13:50:25 +01:00
2012-05-23 18:56:51 +02:00
2012-05-23 18:56:51 +02:00
2012-05-23 18:56:51 +02:00

README for PySAML2
==================

Dependencies
------------
PySAML2 should be compatible with any python >= 2.6 not 3.X yet.
To be able to sign/verify, encrypt/decrypt you need xmlsec1.
The repoze stuff works best together with repoze.who .

* http://www.aleksey.com/xmlsec/
* http://static.repoze.org/whodocs/

Install
-------
You need repoze.who to get the examples working, can be gotten through 
easy_install

    easy_install repoze.who

Or from the PyPi site if you prefer to do it that way.
You should get the latest version, which is right now 1.0.18 .

You also need xmlsec, which you can find 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. Since we do not have
publicly available bug tracker yet, bug reports should be emailed
there too. 

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
RETIRED, further work has moved to Debian project infrastructure
Readme 7.4 MiB
Languages
Python 99.7%
Mako 0.1%