
Security News
Safari 18.4 Ships 3 New JavaScript Features from the TC39 Pipeline
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.
PySAML2 is a pure python implementation of SAML Version 2 Standard. It contains all necessary pieces for building a SAML2 service provider or an identity provider. The distribution contains examples of both. Originally written to work in a WSGI environment there are extensions that allow you to use it with other frameworks.
Website: https://idpy.org/
Documentation: https://pysaml2.readthedocs.io/
Contribution guidelines: CONTRIBUTING.md
Security policies: SECURITY.md
Source code: https://github.com/IdentityPython/pysaml2/
Developer guidelines: DEVELOPERS.md
PyPI project: https://pypi.org/project/pysaml2/
License: LICENSE
Retrieved from https://wiki.oasis-open.org/security/FrontPage
You can install PySAML2 through pip:
pip install pysaml2
PySAML2 works with the xmlsec
binary.
Notice that support for xmlsec 1 1.3
was added with v7.4.2
.
xmlsec
should be readily available in most Linux distributions:
$ apt-get install xmlsec1
$ dnf install xmlsec1-openssl
$ yum install xmlsec1-openssl
$ pacman -S xmlsec
...
and on MacOS through homebrew
$ brew install libxmlsec1
See the CHANGELOG to learn about the latest developments.
We've set up a separate document for our contribution guidelines.
IdentityPython is a community around a collection of libraries and tools to manage identity related concepts with Python code. You can interact with the community though the mailing list or on the Slack workspace (invitation).
We've set up a separate document for developers.
We've set up a separate document for our release process.
(TODO)
FAQs
Python implementation of SAML Version 2 Standard
We found that pysaml2 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.
Research
Security News
The Socket Research Team investigates a malicious Python package that enables automated credit card fraud on WooCommerce stores by abusing real checkout and payment flows.
Security News
Python has adopted a standardized lock file format to improve reproducibility, security, and tool interoperability across the packaging ecosystem.