OAuth2 IdP backend for Authentic2
This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Benjamin Dauvergne 4b3ec93fb3 views: add federation support by generating a pseudonymous federation identifier 2014-03-10 09:25:54 +01:00
authentic2_idp_oauth2 views: add federation support by generating a pseudonymous federation identifier 2014-03-10 09:25:54 +01:00
README.txt first commit 2014-03-06 15:57:27 +01:00
setup.py first commit 2014-03-06 15:57:27 +01:00

README.txt

Install
=======

You just have to install the package in your virtualenv and relaunch, it will
be automatically loaded by the plugin framework.


Settings
========

AUTOMATIC_GRANT:

    A list of URL prefix which are automatically granted scopes without asking
    the user. Example::

        A2_OAUTH2_AUTOMATIC_GRANT = (
                ('http://localhost:8000/', ('read',)),
        )