Go to file
dfeinzeig 2252452453 some IdPs (for example OneLogin seem to exclude the trailing Z in the IssueInstant. str_to_time throws an exception in those cases.
updated the regex to handle the possible seconds in addition to the possible missing Z.  looked at the saml spec and it is unclear if the Z is required or just that the datetime is expected to be UTC.
2015-03-19 21:20:07 -04:00
2014-04-08 17:36:51 +02:00
2015-01-27 21:58:02 -06:00
2015-03-09 14:19:11 +01:00
2014-07-11 11:49:08 +02:00
2015-02-03 10:24:47 +01:00
2015-03-04 23:17:18 +01:00
2014-11-03 14:23:05 -08: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
2014-02-07 08:54:36 +01:00
2012-05-23 18:56:51 +02:00
2015-03-11 10:03:39 +01:00

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