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

Hello: I am facing some issues while trying to make the djangosaml2 sample work in Windows. I can not sign the request before sending it to the IdP because xmlsec...

Windows

Hi, According to [this documentation](https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-samlpr/96b92662-9bf7-4910-ab16-e1c28bce962b) the second level of `StatusCode` inside the `StatusCode` tag is optional. Currently pysaml2 is only checking the value of the second level of the `StatusCode`...

Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.4 to 41.0.6. Changelog Sourced from cryptography's changelog. 41.0.6 - 2023-11-27 * Fixed a null-pointer-dereference and segfault that could occur when loading certificates from a PKCS#7 bundle....

dependency

hi i am getting error in AuthnReponse validation: ``` {'message': 'Signature verification failed. Invalid document format.', 'error': "global xs:simpleType/xs:complexType 'tn:PersonIdentifierType' not found"} ``` ### Code Version pysaml2-7.4.2 ### Expected Behavior...

This fixes #934. utcnow function, starting from Python 3.12 is deprecated: https://docs.python.org/3/library/datetime.html#datetime.datetime.utcnow Thus, this commit turns usages of utcnow() into now(UTC). ### Description ##### The feature or problem addressed by...

next-release

### Description Following #877, I added a `.pre-commit-config.yaml` conf file & ran trivial lints (trailing whitespace + EOF fixers) See https://pre-commit.ci/ to automate integration. ##### The feature or problem addressed...

next-release

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...

dependency

Solves the python problem with temporary files for the windows platform by removing temporary files after the work is done. #863 #665

Windows

### Description Fixes issue of not deleting temporary files in windows to support running xmlsec1 as a subprocess in windows. ##### What your changes do and why you chose this...

Windows