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
- Host: GitHub
- URL: https://github.com/dataflake/products.saml2plugins
- Owner: dataflake
- License: other
- Created: 2023-12-08T07:33:09.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-29T16:37:28.000Z (over 1 year ago)
- Last Synced: 2025-03-06T06:45:21.724Z (3 months ago)
- Language: Python
- Size: 1.81 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
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.