pysaml2 icon indicating copy to clipboard operation
pysaml2 copied to clipboard

Python implementation of SAML2

Results 147 pysaml2 issues
Sort by recently updated
recently updated
newest added

A general review of https://github.com/IdentityPython/pysaml2/pull/782 Destination MAY be omitted, because it's optional, BUT if present it MUST be validated upon a match on valid ones. Destination MUST be present if...

a PySAML2 SP seems to accept a SAML Response with a missing Destination attribute, like the following ```` ````

bug

The `make_metadata.py` uses default (and poor) algorithms for signature and digest computation when creating new metadata. It would be nice to allow the selection of these algorithms. The PR introduces...

This PR adds some checks on assertion element. The first commit is not so clean, due to the previous PR that makes some conflicts, please merge the PR previous to...

a pySAML2 SP seems to accept a Response with a missing Attribute Element as follow ```` ```` even in this way ```` ````

bug

Even if a SP made a AuthnRequest with a proper AuthnContext as follow ```` that-policy ```` if the IDP succesfully reply with a Response with an absent, unvalued, malformed AuthnContext...

bug
question

It seems that a SP handle pretty well a Response with missing or malformed AuthnContext element, like followings: ```` ```` ```` ```` ```` ````

bug

PySAML2 doesn't validate properly SubjectConfirmationData attributes Recipient ```` ```` NotOnAfter not valued or absent ```` ````

bug

a pySMAL2 SP seems to work properly even if get a Response with an unspecified NameID value, as follow ```` ```` We have the same behaviour even if the NameID...

bug

If a SAML2 Response comes with a unspecified Status statement, like the following ```` [...] [...] ```` we have this exception: ```` saml2/response.py", line 361, in status_ok if not status...

bug