pysaml2
pysaml2 copied to clipboard
Python implementation of SAML2
The newly added test `test_namespace_processing` fails during Ubuntu package build: ``` =================================== FAILURES =================================== __________________________ test_namespace_processing ___________________________ doc = '\n \n alum11\n ' validator = XMLSchema10(name='saml-schema-protocol-2.0.xsd', namespace='urn:oasis:names:tc:SAML:2.0:protocol') def validate(doc, validator=None):...
Hi, pysaml2 does not seem to support the SimpleSign version of the HTTP POST SAML2 binding `urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST-SimpleSign`, `saml2.SAMLError: Unknown binding type: urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST-SimpleSign` https://docs.oasis-open.org/security/saml/Post2.0/sstc-saml-binding-simplesign.html I was hoping to use SATOSA to...
### Description Slight change in _filter_values to return an empty list instead of None ##### The feature or problem addressed by this PR I saw the following error a couple...
Just trying to use SATOSA, specifically the [satosa-saml-proxy](https://github.com/jinnatar/satosa-saml-proxy) container, and when signing the response it explodes several stackframes deep into `xml.etree` (!): ``` [2025-08-16 05:02:33,354][ERROR][satosa.proxy_server.__call__] Unknown error Traceback (most recent...
Hey all, I'm using pysaml2 via SATOSA (and I understand neither really, so my nomenclature here will be mixed and confused) and in my SATOSA frontend config I loaded an...
I need to load metadata from a database and I'm trying to use the `"loader"` type with a function. When I try to do this I get `SAMLError("No file specified.")`....
Hi, I'm encountering an issue where signing the authentication request with `xmlsec1` fails if the certificate whose private key is used to sign the request is also in OpenSSL's trust...