SAML2 plugin for repoze.who
Project description
SAML2 plugin for repoze.who
repoze.who.plugins.saml2 is a plugin for the repoze.who framework that enables Single Sign-On (SSO) for applications via a SAML2 identity provider (IdP).
Installation
Install from PyPi
pip install repoze.who.plugins.saml2
Install from Githib
git clone https://github.com/akissa/repoze.who.plugins.saml2.git cd repoze.who.plugins.saml2 python setup.py install
Contributing
Fork it (https://github.com/akissa/repoze.who.plugins.saml2/fork)
Create your feature branch (git checkout -b my-new-feature)
Commit your changes (git commit -am 'Add some feature')
Push to the branch (git push origin my-new-feature)
Create new Pull Request
License
All code is licensed under the MPLv2 License.