Giuseppe De Marco
Giuseppe De Marco
@c00kiemon5ter in which kind of roadmap/milestone should we handle this topic?
I'd also add these: https://github.com/IdentityPython/pysaml2/blob/master/src/saml2/sigver.py#L325 https://github.com/IdentityPython/pysaml2/blob/master/src/saml2/sigver.py#L1462 As we know I/O disk is the most time consuming thing in IT infrastructures. As we can see every AuthnRequest, validated with metadata key,...
https://github.com/IdentityPython/pysaml2/issues/278#issuecomment-182990487
Yes this is so, faced with R&S and SPID profile together in SATOSA, with attr name format both in basic and oid. collisions!
@tpazderka probably we should start from a unit test that expose to us all the possible exception, it would be also a proof of a the inescapability of this necessary...
It's a default paramenter in the code, here: - https://github.com/IdentityPython/pysaml2/blob/a9a4fe9601cac56917e38197c177772084dc5ce0/src/saml2/sigver.py#L1243 - https://github.com/IdentityPython/pysaml2/blob/a9a4fe9601cac56917e38197c177772084dc5ce0/src/saml2/sigver.py#L757 I think that we could use an option in the general configuration to handle this behaviour. consider also...
Try It, go ahead and share results, we can work on a pull request for that
You can even run a schedular to delete .xml files older than 10minutes
Hi @sheilatron, which kind of misconfiguration in a SP could produce this error? Verify method use MetadataStore and configuration parameters, if parameters are good means that the problem should be...
Hi guys, try to put a logging level to debug. The answer is near. https://github.com/IdentityPython/pysaml2/blob/f41f60ccd4700ea72104e9bab362be071fcb0e1b/src/saml2/response.py#L392 Can you see some of the previous error messages? Otherwise follow it with python debugger