Metadata-Version: 1.1
Name: cubicweb-saml
Version: 0.2.1
Summary: SAML2 authentifier
Home-page: https://www.cubicweb.org/project/cubicweb-saml
Author: LOGILAB S.A. (Paris, FRANCE)
Author-email: contact@logilab.fr
License: LGPL
Description: Cubicweb-SAML
        =============
        SAML2 authentifier for cubicweb. This cube allow to authenticate from a SAML2
        provider with cubicweb login form.
        
        Installation
        ------------
        The first step is to install cubicweb-saml into your python environment:
        ::
        
            pip install cubicweb-saml
        
        To add this cube into your cubicweb instance:
        ::
        
            cubicweb-ctl shell <your_app>
            >>> add_cube('saml')
            >>> exit
        
        To generate SAML related option in all-in-one.conf:
        ::
        
            cubicweb-ctl upgrade <your_app>
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: CubicWeb
Classifier: Programming Language :: Python
