Metadata-Version: 2.4
Name: Products.SAML2Plugins
Version: 0.9.3
Summary: SAML 2.0 plugins for the Zope PluggableAuthService
Author-email: Jens Vagelpohl and contributors <jens@dataflake.org>
License-Expression: ZPL-2.1
Project-URL: Documentation, https://saml2plugins.readthedocs.io
Project-URL: Issues, https://github.com/dataflake/Products.SAML2Plugins/issues
Project-URL: Source, https://github.com/dataflake/Products.SAML2Plugins
Project-URL: Changelog, https://saml2plugins.readthedocs.io/en/latest/changes.html
Keywords: zope,authorization,authentication,saml,saml2
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Zope
Classifier: Framework :: Zope :: 5
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: Zope>=5
Requires-Dist: Products.PluggableAuthService
Requires-Dist: pysaml2
Provides-Extra: docs
Requires-Dist: Sphinx; extra == "docs"
Requires-Dist: repoze.sphinx.autointerface; extra == "docs"
Requires-Dist: furo; extra == "docs"
Dynamic: license-file

.. image:: https://github.com/dataflake/Products.SAML2Plugins/actions/workflows/tests.yml/badge.svg
   :target: https://github.com/dataflake/Products.SAML2Plugins/actions/workflows/tests.yml
   :alt: Automated test results

.. image:: https://coveralls.io/repos/github/dataflake/Products.SAML2Plugins/badge.svg
   :target: https://coveralls.io/github/dataflake/Products.SAML2Plugins
   :alt: Test coverage

.. image:: https://readthedocs.org/projects/saml2plugins/badge/?version=latest
   :target: https://saml2plugins.readthedocs.io
   :alt: Documentation Status

.. image:: https://img.shields.io/pypi/v/Products.SAML2Plugins.svg
   :target: https://pypi.python.org/pypi/Products.SAML2Plugins
   :alt: Current version on PyPI

.. image:: https://img.shields.io/pypi/pyversions/Products.SAML2Plugins.svg
   :target: https://pypi.org/project/Products.SAML2Plugins
   :alt: Supported Python versions


=======================
 Products.SAML2Plugins
=======================

The SAML2Plugins package provides `PluggableAuthService
<https://productspluggableauthservice.readthedocs.io>`_ plugins that use
the SAML 2.0 authentication standard. The plugins act as a Service Provider
(SP) and expect to talk to an Identity Provider (IdP). The PluggableAuthService
is a Zope user folder product that can be extended in modular fashion using
so-called plugins.
