django-admin-sso

Django SSO solution
Download

django-admin-sso Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Marc Egli
  • Publisher web site:
  • http://github.com/allink/

django-admin-sso Tags


django-admin-sso Description

django-admin-sso is a Django app that lets users login to a django admin using an openid provider. It then looks up the email address of the new user and looks up the rights for him.Installation1. Make sure you have a working django project setup.2. Install django-admin-sso using pip: pip install django-admin-sso3. Install dependencies: python-openid>=2.2.54. Add admin_sso to installed apps in your settings.py file5. Add the django-admin authentication backend: AUTHENTICATION_BACKENDS = ( 'admin_sso.auth.DjangoSSOAuthBackend', 'django.contrib.auth.backends.ModelBackend', )6. Run syncdb to create the needed database tables.Product's homepage


django-admin-sso Related Software