Metadata-Version: 2.4
Name: invenio-saml
Version: 5.0.2
Summary: Invenio module that provides SAML integration.
Project-URL: Homepage, https://github.com/inveniosoftware/invenio-saml
Author-email: "Esteban J. Garcia Gabancho" <info@inveniosoftware.org>
License-Expression: MIT
License-File: AUTHORS.rst
License-File: LICENSE
Keywords: SAML,SSO,invenio
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.9
Requires-Dist: invenio-accounts<10.0.0,>=9.0.0
Requires-Dist: python3-saml>=1.5.0
Requires-Dist: uritools>=2.2.0
Provides-Extra: tests
Requires-Dist: invenio-app<4.0.0,>=3.0.0; extra == 'tests'
Requires-Dist: invenio-db[mysql,postgresql,versioning]<3.0.0,>=2.2.0; extra == 'tests'
Requires-Dist: invenio-mail<3.0.0,>=1.0.0; extra == 'tests'
Requires-Dist: invenio-oauthclient<10.0.0,>=9.0.0; extra == 'tests'
Requires-Dist: invenio-userprofiles<8.0.0,>=7.0.0; extra == 'tests'
Requires-Dist: mock>=2.0.0; extra == 'tests'
Requires-Dist: pytest-black>=0.6.0; extra == 'tests'
Requires-Dist: pytest-freezegun>=0.2.0; extra == 'tests'
Requires-Dist: pytest-invenio<5.0.0,>=4.0.0; extra == 'tests'
Requires-Dist: redis>=2.10.5; extra == 'tests'
Requires-Dist: sphinx>=4.5.0; extra == 'tests'
Description-Content-Type: text/x-rst

..
    SPDX-FileCopyrightText: 2019 Esteban J. Garcia Gabancho.
    SPDX-License-Identifier: MIT

==============
 Invenio-SAML
==============

.. image:: https://github.com/inveniosoftware/invenio-saml/workflows/CI/badge.svg
        :target: https://github.com/inveniosoftware/invenio-saml/actions?query=workflow%3ACI

.. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-saml.svg
        :target: https://coveralls.io/r/inveniosoftware/invenio-saml

.. image:: https://img.shields.io/github/tag/inveniosoftware/invenio-saml.svg
        :target: https://github.com/inveniosoftware/invenio-saml/releases

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

.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-saml.svg
        :target: https://github.com/inveniosoftware/invenio-saml/blob/master/LICENSE

Invenio module that provides SAML integration.

TODO: Please provide feature overview of module

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