Skip to content

inveniosoftware/flask-sso

Repository files navigation

Flask-SSO

About

Flask-SSO is a Flask extension permitting to set up Shibboleth Single-Sign-On authentication in Flask based web applications.

Installation

Flask-SSO is on PyPI so all you need is:

pip install Flask-SSO

Documentation

Documentation is readable at http:https://flask-sso.readthedocs.io or can be built using Sphinx:

python setup.py build_sphinx

Testing

Running the test suite is as simple as:

python setup.py test

or, to also test documentation and packaging:

./run-tests.sh