An open API service indexing awesome lists of open source software.

https://github.com/dataflake/products.saml2plugins

SAML 2.0 plugins for the Zope PluggableAuthService
https://github.com/dataflake/products.saml2plugins

Last synced: 3 months ago
JSON representation

SAML 2.0 plugins for the Zope PluggableAuthService

Awesome Lists containing this project

README

        

.. 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
`_ 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.