Metadata-Version: 2.1
Name: invenio-saml
Version: 1.0.0a2
Summary: "Invenio module that provides SAML integration."
Home-page: https://github.com/inveniosoftware/invenio-saml
Author: Esteban J. Garcia Gabancho
Author-email: info@inveniosoftware.org
License: MIT
Keywords: invenio SSO SAML
Platform: any
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.7
Requires-Dist: flask-sso-saml (>=0.1.0)
Requires-Dist: invenio-accounts (>=1.4.5)
Requires-Dist: uritools (>=2.2.0)
Provides-Extra: tests
Requires-Dist: pytest-black (<0.3.10,>=0.3.0) ; extra == 'tests'
Requires-Dist: invenio-app (>=1.3.0) ; extra == 'tests'
Requires-Dist: invenio-mail (>=1.0.0) ; extra == 'tests'
Requires-Dist: invenio-userprofiles (>=1.0.0) ; extra == 'tests'
Requires-Dist: mock (>=2.0.0) ; extra == 'tests'
Requires-Dist: redis (>=2.10.5) ; extra == 'tests'
Requires-Dist: pytest-invenio (>=1.4.0) ; extra == 'tests'
Requires-Dist: invenio-oauthclient (>=1.5.1) ; extra == 'tests'
Requires-Dist: Sphinx (>=4.5.0) ; extra == 'tests'
Requires-Dist: invenio-db[mysql,postgresql,versioning] (<2.0.0,>=1.0.9) ; extra == 'tests'

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

    Invenio-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.

==============
 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/

..
    Copyright (C) 2021 CERN.
    Copyright (C) 2019 Esteban J. Garcia Gabancho.

    Invenio-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 1.0.0a2 (released 2022-09-12)

- Add auto_confirm, confirm user email address

Version 1.0.0a1 (released 2021-07-15)

- Marking strings for translation
- Adds german translation

Version 1.0.0a0 (released 2021-05-27)

- Module refactoring.

Version 0.1.0 (released TBD)

- Initial public release.


