Metadata-Version: 1.1
Name: leonardo-admin-sso
Version: 0.0.2
Summary: Simple Admin SSO
Home-page: https://github.com/leonardo-modules/leonardo-admin-sso
Author: Michael Kuty
Author-email: UNKNOWN
License: UNKNOWN
Description: ===========================
        Leonardo leonardo-admin-sso
        ===========================
        
        Simple Admin SSO
        
        Thanks for Mathias work, see his fork of `django admin SSO <https://github.com/matthiask/django-admin-sso>`_
        
        .. contents::
            :local:
        
        Dependencies
        ------------
        
        * django-admin-sso2
        
        Installation
        ------------
        
        .. code-block:: bash
        
            pip install leonardo-admin-sso
        
        Usage
        -----
        
        Navigate to Google's
        `Developer Console <https://console.developers.google.com/project>`_, create a
        new project, and create a new client ID under the menu point "APIs & AUTH",
        "Credentials". The redirect URI should be of the form
        ``http://example.com/admin/admin_sso/assignment/end/``
        
        6. Run ``./manage.py migrate`` to create the needed database tables.
        
        7. Log into the admin and add an Assignment.
        
        Assignments
        -----------
        
        Any Remote User -> Local User X
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        * Select Username mode "any".
        * Set Domain to your authenticating domain.
        * Select your local user from the User drop down.
        
        
        Remote User -> Local User
        ~~~~~~~~~~~~~~~~~~~~~~~~~
        * Select Username mode "matches" *or* "don't match".
        * Set username to [not] match by.
        * Set Domain to your authenticating domain.
        * Select your local user from the User drop down.
        
        Read More
        =========
        
        * https://github.com/django-leonardo/django-leonardo
        * https://github.com/matthiask/django-admin-sso
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
