File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 1- ***********************************************************
2- SAML2test - A tool for testing SAML2 and profile compliance
3- ***********************************************************
1+ *************************
2+ PySAML2 - SAML2 in Python
3+ *************************
44
55:Author: Roland Hedberg
6- :Version: 0.3 .0
6+ :Version: 1.0 .0
77
8- SAML2test is a tests tool that will allow an independent validation
9- of a specific instance of a SAML2 entity. It will test not only if the
10- instance works according to the SAML2 standard but also if it complies
11- with a specific profile of SAML2.
8+ PySAML2 is a pure python implementation of SAML2. It contains all
9+ necessary pieces for building a SAML2 service provider or an identity provider.
10+ The distribution contains examples of both.
11+ Originally written to work in a WSGI environment there are extensions that
12+ allow you to use it with other frameworks.
You can’t perform that action at this time.
0 commit comments