pysaml2
pysaml2 copied to clipboard
Python implementation of SAML2
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.5 to 2.0.7. Release notes Sourced from urllib3's releases. 2.0.7 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...
We are switching our project to Python 3.12. Our tests that use pysaml2 started to fail with: ``` File "/home/user/.virtualenvs/py-3.12/lib/python3.12/site-packages/saml2/client_base.py", line 793, in parse_authn_request_response resp = self._parse_response(xmlstr, AuthnResponse, "assertion_consumer_service", binding,...
We are facing an error with a dependent library "importlib-sources" that pysaml2 uses. It updated this version to "6.0.0" on 7 Jul 2023. One of the changes was the removal...
### Description ##### The feature or problem addressed by this PR ##### What your changes do and why you chose this solution ### Checklist * [ ] Checked that no...
It seems that pyopenssl library should not be used for cryptography: https://github.com/pyca/pyopenssl Note: The Python Cryptographic Authority strongly suggests the use of [pyca/cryptography](https://github.com/pyca/cryptography) where possible. If you are using pyOpenSSL...
hello,I want to know where to change Encryption Algorithm Negotiation List, because these are some Encryption Algorithms cant pass our testing which are not safe enough. So I want to...
I am trying to run some example but facing problems: I'm using windows 2022, I installed with `pip install pysaml2` - was ok Docs I am reading: docs/examples/idp.rst Example I...
I am looking for a way to perform attribute query from the SP to the IDP not associated with a specific login session I did not found any way to...
Im trying to implement djangosaml2 into the project for the company i work for and they use SLO for logging users out. It turns out that the order of communication...
Hello, I suspect this might be a configuration error on my part, and I know there was a resolved issue with this exception some time back, but I can't for...