Metadata-Version: 2.1
Name: flask-sso-saml
Version: 0.2.0
Summary: Flask extension that provides SSO SAML integration.
Home-page: https://github.com/egabancho/flask-sso-saml
Author: Esteban J. G. Gabancho
Author-email: egabancho@gmail.com
License: MIT
Keywords: Flask SSO SAML
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Development Status :: 1 - Planning
Provides-Extra: docs
Provides-Extra: tests
Provides-Extra: all
License-File: LICENSE
License-File: AUTHORS.rst

..
    Copyright (C) 2019 Esteban J. G. Gabancho.

    Flask-SSO-SAML is free software; you can redistribute it and/or modify
    it under the terms of the MIT License; see LICENSE file for more details.

================
 Flask-SSO-SAML
================

.. image:: https://img.shields.io/travis/egabancho/flask-sso-saml.svg
        :target: https://travis-ci.org/egabancho/flask-sso-saml

.. image:: https://img.shields.io/coveralls/egabancho/flask-sso-saml.svg
        :target: https://coveralls.io/r/egabancho/flask-sso-saml

.. image:: https://img.shields.io/github/tag/egabancho/flask-sso-saml.svg
        :target: https://github.com/egabancho/flask-sso-saml/releases

.. image:: https://img.shields.io/pypi/dm/flask-sso-saml.svg
        :target: https://pypi.python.org/pypi/flask-sso-saml

.. image:: https://img.shields.io/github/license/egabancho/flask-sso-saml.svg
        :target: https://github.com/egabancho/flask-sso-saml/blob/master/LICENSE

Flask extension that provides SSO SAML integration.


Features:

- Customizable endpoints.
- Several Identity Providers under the same application.
- Customizable handlers to allow decide what happens on each type of request.

Further documentation is available on
https://flask-sso-saml.readthedocs.io/


..
    Copyright (C) 2019, 2022 Esteban J. G. Gabancho.

    Flask-SSO-SAML is free software; you can redistribute it and/or modify
    it under the terms of the MIT License; see LICENSE file for more details.

Changes
=======

Version 0.1.0 (released 2019-04-19)

- Initial public release.

Version 0.2.0 (released 2022-10-10)

- Allow settings to be written as JSON files.
- Updates to remove deprecations warnings and new library versions.
