Go to file
Ioannis Kakavas f00e0dda06 Modified test cases to include acs in the args
Since acs can't be None ( it get's a value in __init__()
https://github.com/rohe/pysaml2/blob/master/src/saml2/assertion.py#L319)
there is no reason to test for it. So we add a default value to acs
using ac_factory() before passing it to filter_on_attributes
2017-07-06 16:43:43 +03:00
2014-04-08 17:36:51 +02:00
2015-05-15 11:52:15 -07:00
2017-07-05 19:05:22 +03:00
2016-10-19 19:00:16 -04:00
2012-05-23 18:56:51 +02:00
2012-05-23 18:56:51 +02:00
2017-04-24 16:09:52 +02:00
2012-05-23 18:56:51 +02:00
2017-01-12 14:22:02 -06:00
2016-10-19 19:01:26 -04:00

PySAML2 - SAML2 in Python

Author

Roland Hedberg

Version

4.4.0

image

image

image

image

image

PySAML2 is a pure python implementation of SAML2. It contains all necessary pieces for building a SAML2 service provider or an identity provider. The distribution contains examples of both. Originally written to work in a WSGI environment there are extensions that allow you to use it with other frameworks.

Testing

PySAML2 uses the pytest framework for testing. To run the tests on your system's version of python

  1. Create and activate a virtualenv.
  2. Inside the virtualenv, install the dependencies needed for testing pip install -r tests/test_requirements.txt
  3. Run the tests py.test tests

To run tests in multiple python environments, you can use pyenv with tox.

Please contribute!

To help out, you could:

  1. Test and report any bugs or other difficulties.
  2. Implement missing features.
  3. Write more unit tests.

If you have the time and inclination I'm looking for Collaborators

Description
RETIRED, further work has moved to Debian project infrastructure
Readme 7.4 MiB
Languages
Python 99.7%
Mako 0.1%