OpenSAML examples
Peter Schober
peter.schober at univie.ac.at
Mon Mar 24 07:09:54 EDT 2014
* Marek Denis <marek.denis at gmail.com> [2014-03-24 09:29]:
> I would be happy to see silimar examples for Python.
There is no OpenSAML implementation in Python (or Python bindings for
the C++ one) available from the Shibboleth project, so there can't be
examples of for Python.
While theoretically you could use Java OpenSAML within Jython (the
Python implemetation for the JVM) I doubt this is what you want.
If you're looking for a SAML SP that works with server-side code
written in Python, the Shibboleth SP does that just fine.
If you want a SAML (and everything that's implied by that,
e.g. XMLenc, XMLdsig) implementation in Python you'll need to look
elsewhere. (I'd start with Roland Hedberg's pysaml2.)
-peter
More information about the users
mailing list