Skip to main content

Onelogin Python Toolkit. Add SAML support to your Python software using this library

Project description

Add SAML support to your Python software using this library. Forget those complicated libraries and use the open source library provided and supported by OneLogin Inc.

This version supports Python3, There is a separate version that only support Python2: python-saml (https://pypi.python.org/pypi/python-saml)

Warning!

Update python3-saml to >= 1.2.1, 1.2.0 had a bug on signature validation process (when using wantAssertionsSigned and wantMessagesSigned). [CVE-2016-1000251](https://github.com/distributedweaknessfiling/DWF-Database-Artifacts/blob/master/DWF/2016/1000251/CVE-2016-1000251.json)

1.2.0 version includes a security patch that contains extra validations that will prevent signature wrapping attacks.

python3-saml < v1.2.0 is vulnerable and allows signature wrapping!

Why add SAML support to my software?

SAML is an XML-based standard for web browser single sign-on and is defined by the OASIS Security Services Technical Committee. The standard has been around since 2002, but lately it is becoming popular due its advantages:

  • Usability - One-click access from portals or intranets, deep linking, password elimination and automatically renewing sessions make life easier for the user.

  • Security - Based on strong digital signatures for authentication and integrity, SAML is a secure single sign-on protocol that the largest and most security conscious enterprises in the world rely on.

  • Speed - SAML is fast. One browser redirect is all it takes to securely sign a user into an application.

  • Phishing Prevention - If you don’t have a password for an app, you can’t be tricked into entering it on a fake login page.

  • IT Friendly - SAML simplifies life for IT because it centralizes authentication, provides greater visibility and makes directory integration easier.

  • Opportunity - B2B cloud vendor should support SAML to facilitate the integration of their product.

General description

OneLogin’s SAML Python toolkit let you build a SP (Service Provider) over your Python application and connect it to any IdP (Identity Provider).

Supports:

  • SSO and SLO (SP-Initiated and IdP-Initiated).

  • Assertion and nameId encryption.

  • Assertion signature.

  • Message signature: AuthNRequest, LogoutRequest, LogoutResponses.

  • Enable an Assertion Consumer Service endpoint.

  • Enable a Single Logout Service endpoint.

  • Publish the SP metadata (which can be signed).

Key features:

  • saml2int - Implements the SAML 2.0 Web Browser SSO Profile.

  • Session-less - Forget those common conflicts between the SP and the final app, the toolkit delegate session in the final app.

  • Easy to use - Programmer will be allowed to code high-level and low-level programming, 2 easy to use APIs are available.

  • Tested - Thoroughly tested.

  • Popular - OneLogin’s customers use it. Add easy support to your django/flask web projects.

Installation

Dependences

  • python 2.7 // python 3.3

  • xmlsec Python bindings for the XML Security Library. library (depends on python-dev libxml2-dev libxmlsec1-dev)

  • isodate An ISO 8601 date/time/duration parser and formater

Review the setup.py file to know the version of the library that python3-saml is using

Code

Option 1. Download from github

The toolkit is hosted on github. You can download it from:

Copy the core of the library (src/onelogin/saml2 folder) and merge the setup.py inside the python application. (each application has its structure so take your time to locate the Python SAML toolkit in the best place).

Option 2. Download from pypi

The library is hosted in pypi, you can find the python3-saml package at https://pypi.python.org/pypi/python3-saml

You can install it executing:

pip install python3-saml

Security Guidelines

If you believe you have discovered a security vulnerability in this toolkit, please report it at https://www.onelogin.com/security with a description. We follow responsible disclosure guidelines, and will work with you to quickly find a resolution

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python3-saml-1.2.5.tar.gz (57.0 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

python3_saml-1.2.5-py3-none-any.whl (70.4 kB view details)

Uploaded Python 3

python3_saml-1.2.5-py2-none-any.whl (70.4 kB view details)

Uploaded Python 2

File details

Details for the file python3-saml-1.2.5.tar.gz.

File metadata

  • Download URL: python3-saml-1.2.5.tar.gz
  • Upload date:
  • Size: 57.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for python3-saml-1.2.5.tar.gz
Algorithm Hash digest
SHA256 988d5ccd4497068002505f958200fc394d7fe4336da0e87690575836125a3813
MD5 37f27258004d05ffa988deada9609edd
BLAKE2b-256 cf035d632dde8c3d79e822d749d4d7c0d6d950819651b253c86e9954644efe1a

See more details on using hashes here.

File details

Details for the file python3_saml-1.2.5-py3-none-any.whl.

File metadata

File hashes

Hashes for python3_saml-1.2.5-py3-none-any.whl
Algorithm Hash digest
SHA256 d5d6a12b8c924aa49f4f13c45a327c2e2dffcbe15e0da66471401eef05e9ba55
MD5 095448d9d114d7165292128802fe15e6
BLAKE2b-256 40aef48be7aec278cb8049796fe03f2a67376e6929928ebd20f0b7f46dd6852a

See more details on using hashes here.

File details

Details for the file python3_saml-1.2.5-py2-none-any.whl.

File metadata

File hashes

Hashes for python3_saml-1.2.5-py2-none-any.whl
Algorithm Hash digest
SHA256 4fa892830924151feda3d4a3fb75ea7da536137d987b6eee539f2f436104edac
MD5 01bf8593b3f6f326af35de4fa3b7ac42
BLAKE2b-256 6da43ab4baea01f9d063ba720487fed6943a40ff852be2a8e23ba096d4ee63cc

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page