Metadata-Version: 1.1
Name: collective.aaf
Version: 2.0
Summary: Authentication integration layer for the Australian Access Federation (AAF) and Plone
Home-page: https://github.com/collective/collective.aaf
Author: David Beitey
Author-email: david@davidjb.com
License: gpl
Description: .. contents::
        
        Introduction
        ============
        
        This package provides an integration layer for Plone for the `Australian
        Access Federation <http://aaf.edu.au>`_ (AAF), a Shibboleth-powered
        authentication federation.  This package builds upon `collective.shibboleth <https://pypi.python.org/pypi/collective.shibboleth>`_.
        
        Features
        ========
        
        * Configures the underlying authentication plugin to load user data from
          the relevant AAF attributes.
        
        Most heavy lifting is now carried out by ``collective.shibboleth`` so this
        package just depends upon that.
        
        Installation
        ============
        
        Installation with Plone follows the standard practice of modifying your
        Buildout configuration like so, adding this package to your list of eggs::
        
            [instance]
            recipe = plone.recipe.zope2instance
            ...
            eggs +=
                collective.aaf
        
        Once installed, this package will configure the underlying packages in Plone
        accordingly.
        
        David Beitey, Author
        
        Changelog
        =========
        
        2.0 (2015-05-20)
        ----------------
        
        - **Backwards incompatibility**: because of the migration of portlet to
          ``collective.shibboleth``, you need to remove the existing
          ``collective.aaf`` portlet before upgrading.
          [davidjb]
        - Refactor into ``collective.shibboleth`` and depend on that package.  This
          package now adds just the AAF specific settings into Plone, extending
          ``collective.shibboleth``.
          [davidjb]
        
        
        1.5 (unreleased)
        ----------------
        
        - Nothing changed yet.
        
        
        1.4 (2015-04-28)
        ----------------
        
        - Make portlet header friendlier.
          [davidjb]
        
        
        1.3 (2014-02-26)
        ----------------
        
        - Configure AutoUserMakerPASPlugin to auto-update user properties on login.
          [davidjb]
        
        1.2 (2014-02-19)
        ----------------
        
        - Made the embedded WAYF JavaScript URL depend on the portlet's
          configured URL rather than being hardcoded.
          [davidjb]
        
        
        1.1 (2014-01-30)
        ----------------
        
        - Noted that latest collective.pluggablelogin released. Package now
          depends on this latest version or later.
          [davidjb]
        
        
        1.0 (2014-01-29)
        ----------------
        
        - If logging in again from a logged_out view, then strip the view from
          the ``came_from`` query string parameter. 
          [davidjb]
        - Notify users of their temporary passwords being generated on first login.
          [davidjb]
        - Monkey patch the password generation function AutoUserMakerPASPlugin
          to allow stronger passwords.
          [davidjb]
        - Ensure users logging in get the Shibboleth Authenticated role via
          AuthZ mapping.
          [davidjb]
        - Add Shibboleth Authenticated role.
          [davidjb]
        - Package created using templer
          [davidjb]
        
        
Keywords: plone aaf shibboleth authentication
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Operating System :: OS Independent
Classifier: Framework :: Zope2
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Plone :: 4.3
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
