Updated readme to reflect the reality.

This commit is contained in:
Roland Hedberg
2013-12-16 10:30:30 +01:00
parent 1728c3b99f
commit 936717ad5a

View File

@@ -6,10 +6,11 @@ PySAML2 - SAML2 in Python
:Author: Roland Hedberg :Author: Roland Hedberg
:Version: 1.0.0 :Version: 1.0.0
PySAML2 is a pure python implementation of a SAML2 service provider and to PySAML2 is a pure python implementation of SAML2. It contains all
some extend also the identity provider. Originally written to work in a WSGI necessary pieces for building a SAML2 service provider or an identity provider.
environment there are extensions that allow you to use it with other The distribution contains examples of both.
frameworks. Originally written to work in a WSGI environment there are extensions that
allow you to use it with other frameworks.