Metadata-Version: 1.0
Name: repoze.who.plugins.cas
Version: 0.1.1
Summary: CAS plugin for repoze.who
Home-page: http://github.com/djcoin/repoze.who.plugins.cas/
Author: Simon Thepot
Author-email: dj.coin@laposte.net
License: BSD
Description: Introduction
        ============
        
        ``repoze.who.plugins.cas`` is a plugin for the `repoze.who framework
        <http://static.repoze.org/whodocs/>`_
        enabling straightforward "cassification" (i.e.: makings each of your
        applications part of the SSO mecanism) of all applications that can be deployed
        through `Python Paste <http://pythonpaste.org/deploy/>`_.
        
        It currently supports CAS 3.0, although it mays be used with others versions of CAS (yet, no compatiblity is ensured as it has only been tested with CAS 3.0).
        
        Applications which can be used :
        
        - App complying with the `simple_authentication WSGI specification <http://wsgi.org/wsgi/Specifications/simple_authentication>`_, which take advantage of the REMOTE_USER key in the WSGI environment.
        - App which can handle themselves the CAS mecanism (e.g.: phpBB with the CAS patch, - use wphp as a paste filter for integration of PHP with python - )
        
        Links :
        
        - `Official link for CAS <http://www.jasig.org/cas>`_
        
        
        
        
Keywords: cas authentication server web wsgi repoze repoze.who
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory
