paula: WIP: pasplugins cleaned and adjusted from plonepas history
[paula.git] / paula.authentication / README.txt
blob1bc9497eb6f56b0e682e48ddc6dd60b18f1ff384
1 Introduction
2 ============
4 paula.authentication provides a PAU (zope.app.authentication) authenticator
5 plugin and a PAU credentials plugin.
7 Authenticator Plugin
8 --------------------
10 The authenticator plugin retrieves an authentication provider from a list of
11 providers and uses that for authentication. The list is registered as a
12 utility.
14 Credentials Plugin
15 ------------------
17 The credentials plugin accepts a simple mapping, makes sure that it claims to
18 provide IRequest and returns it. (Needed by internals of PAU.)