Contents

pysaml2 7.5.4

0

Python implementation of SAML Version 2 Standard

PySAML2 is a Python library that provides a complete implementation of the SAML Version 2 standard. It is designed to assist developers in building either a SAML2 Service Provider or an Identity Provider. The library is versatile and can be used in a WSGI environment, with extensions available for integration with other frameworks. PySAML2 relies on the xmlsec binary, which is readily available in most Linux distributions and can be installed on macOS through Homebrew. The library is actively maintained by the IdentityPython community, which provides a space for developers to discuss and contribute to the development of identity-related Python tools.

Stars: 602, Watchers: 602, Forks: 449, Open Issues: 126

The IdentityPython/pysaml2 repo was created 13 years ago and the last code push was 6 days ago.
The project is popular with 602 github stars!

How to Install pysaml2

You can install pysaml2 using pip

pip install pysaml2

or add it to a project with poetry

poetry add pysaml2

Package Details

Author
IdentityPython
License
None
Homepage
None
PyPi:
https://pypi.org/project/pysaml2/
GitHub Repo:
https://github.com/IdentityPython/pysaml2

Classifiers

  • Software Development/Libraries/Python Modules
No  pysaml2  pypi packages just yet.

Errors

A list of common pysaml2 errors.

Code Examples

Here are some pysaml2 code examples and snippets.

GitHub Issues

The pysaml2 package has 126 open issues on GitHub

  • Bump pyasn1 from 0.6.1 to 0.6.2
  • Bump virtualenv from 20.29.2 to 20.36.1
  • Bump urllib3 from 2.5.0 to 2.6.3
  • Pysaml2 security vulnerability
  • ID attribute in EntityDescriptor is unstable
  • replace pyopenssl with cryptography
  • Refeds entity category handling improvements

See more issues on GitHub

Related Packages & Articles

django-saml2-auth 2.2.1

Django SAML2 Authentication Made Easy. Easily integrate with SAML2 SSO identity providers like Okta

django-allauth 65.14.3

Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication.

oauthlib 3.3.1

A generic, spec-compliant, thorough implementation of the OAuth request-signing logic

authx 1.5.0

Ready to use and customizable Authentications and Oauth2 management for FastAPI