Messed up the documentation. Now trying to fix it.

This commit is contained in:
Roland Hedberg
2014-10-31 20:52:58 -07:00
parent a90db0930e
commit a8f357e6d1

View File

@@ -1,11 +1,12 @@
*********************************************************** *************************
SAML2test - A tool for testing SAML2 and profile compliance PySAML2 - SAML2 in Python
*********************************************************** *************************
:Author: Roland Hedberg :Author: Roland Hedberg
:Version: 0.3.0 :Version: 1.0.0
SAML2test is a tests tool that will allow an independent validation PySAML2 is a pure python implementation of SAML2. It contains all
of a specific instance of a SAML2 entity. It will test not only if the necessary pieces for building a SAML2 service provider or an identity provider.
instance works according to the SAML2 standard but also if it complies The distribution contains examples of both.
with a specific profile of SAML2. Originally written to work in a WSGI environment there are extensions that
allow you to use it with other frameworks.