I would like to integrate a website written in Python (using Pylons) with an existing SAML-based authentication service. From reading about SAML, I believe that IdP (which already exists in this scenario) will send an XML document (via a browser message) to the service provider (which I am implementing). The service provider needs to parse this XML and verify the identity of the user.
Are there any existing Python libraries that implement this functionality?
Thanks,
python authentication single-sign-on saml
oneself
source share