All Projects → IdentityPython → Pysaml2

IdentityPython / Pysaml2

Licence: apache-2.0
Python implementation of SAML2

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pysaml2

Saml Idp
Simple SAML Identity Provider (IdP) for Node
Stars: ✭ 290 (-21.83%)
Mutual labels:  saml, saml2
Ddf
DDF Distributed Data Framework - an open source, modular integration framework.
Stars: ✭ 112 (-69.81%)
Mutual labels:  saml, saml2
Simplesamlphp
SimpleSAMLphp is an award-winning application written in native PHP that deals with authentication.
Stars: ✭ 832 (+124.26%)
Mutual labels:  saml, saml2
Samlify
🔐 Node.js API for Single Sign On (SAML 2.0)
Stars: ✭ 413 (+11.32%)
Mutual labels:  saml, saml2
Mujina
A mock IDP and SP using the OpenSAML library
Stars: ✭ 250 (-32.61%)
Mutual labels:  saml, saml2
Saml2.authentication.core
A SAML 2.0 middleware for ASP.NET Core
Stars: ✭ 66 (-82.21%)
Mutual labels:  saml, saml2
SAML2
No description or website provided.
Stars: ✭ 81 (-78.17%)
Mutual labels:  saml, saml2
Cipheridaas
CipherIDaaS —— Open-source IDaaS/IAM product by CipherChina , Hangzhou .
Stars: ✭ 121 (-67.39%)
Mutual labels:  saml, saml2
aws-credentials-broker
AWS Credentials Broker - Grants temporary AWS credentials for Google federated users
Stars: ✭ 40 (-89.22%)
Mutual labels:  saml, federation
Saml2
SimpleSAMLphp low-level SAML2 PHP library
Stars: ✭ 229 (-38.27%)
Mutual labels:  saml, saml2
webprofile-ref-project
A example project to demonstrate implementing SAML Web browser SSO profile using OpenSAML V2
Stars: ✭ 23 (-93.8%)
Mutual labels:  saml, saml2
Shibboleth Oidc
OpenID Connect support for the Shibboleth Identity Provider v3
Stars: ✭ 75 (-79.78%)
Mutual labels:  federation, saml2
lemonldap-ng
LemonLDAP::NG main code
Stars: ✭ 49 (-86.79%)
Mutual labels:  saml, saml2
OpenAM
OpenAM is an open access management solution that includes Authentication, SSO, Authorization, Federation, Entitlements and Web Services Security.
Stars: ✭ 476 (+28.3%)
Mutual labels:  saml
Omniauth Saml
A generic SAML strategy for OmniAuth
Stars: ✭ 272 (-26.68%)
Mutual labels:  saml
onelogin-aws-cli
Assume an AWS Role and cache credentials using Onelogin
Stars: ✭ 55 (-85.18%)
Mutual labels:  saml
spid-sp-test
SAML2 SPID/CIE Service Provider validation tool
Stars: ✭ 27 (-92.72%)
Mutual labels:  saml2
Pixelfed
Photo Sharing. For Everyone.
Stars: ✭ 3,237 (+772.51%)
Mutual labels:  federation
kibou
Kibou is a lightweight federated social networking server written in Rust. This is only a mirror! The real repository is on https://git.cybre.club/kibouproject/kibou
Stars: ✭ 41 (-88.95%)
Mutual labels:  federation
hanatachi
Hanatachi is a free, open-source social network server for federated blogging
Stars: ✭ 18 (-95.15%)
Mutual labels:  federation

PySAML2 - SAML2 in Python


:Version: see VERSION_ :Documentation: https://pysaml2.readthedocs.io/

.. image:: https://api.travis-ci.org/IdentityPython/pysaml2.png?branch=master :target: https://travis-ci.org/IdentityPython/pysaml2

.. image:: https://img.shields.io/pypi/pyversions/pysaml2.svg :target: https://pypi.org/project/pysaml2/

.. image:: https://img.shields.io/pypi/v/pysaml2.svg :target: https://pypi.org/project/pysaml2/

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.

Install

You can install with pip install pysaml2

Testing

PySAML2 uses the pytest_ framework for testing. To run the tests on your system's version of python:

  1. Create and activate a virtualenv_
  2. Inside the virtualenv_, install the dependencies needed for testing :code:pip install -r tests/test-requirements.txt
  3. Run the tests :code:py.test tests

To run tests in multiple python environments, you can use pyenv_ with tox_.

Please contribute!

To help out, you could:

  1. Test and report any bugs or other difficulties.
  2. Implement missing features.
  3. Write more unit tests.

If you have the time and inclination I'm looking for Collaborators

.. _VERSION: VERSION .. _pytest: https://docs.pytest.org/en/latest/ .. _virtualenv: https://virtualenv.pypa.io/en/stable/ .. _pyenv: https://github.com/yyuu/pyenv .. _tox: https://tox.readthedocs.io/en/latest/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].