Skip to main content

Implementation of mod_auth_pubtkt as Django middleware

Project description

django-auth-pubtkt

Author: Alexander Vyushkov

Implementation of mod_auth_pubtkt: a pragmatic Web Single Sign-On (SSO) solution as Django middleware. This version was tested on Python == 2.7, Django == 1.5

Please refer to https://neon1.net/mod_auth_pubtkt/index.html for additional details.

Installation:

django-auth-pubtkt uses M2Crypto library. Installation instructions for different platforms are below. When M2Crypto is installed, django-auth-pubtkt can be installed using pip pip install django-auth-pubtkt or using setuptools ./setup.py install

Windows

Use binary package available on http://chandlerproject.org/Projects/MeTooCrypto#Downloads

CentOS/RedHat/Fedora

Fedora Core (and RedHat, CentOS etc.) have made changes to OpenSSL configuration compared to many other Linux distributions. If you can not build M2Crypto normally, try the fedora_setup.sh script included with M2Crypto sources.

pip install –download=/tmp M2Crypto cd /tmp tar -zxf /tmp/M2Crypto-0.21.1.tar.gz cd M2Crypto-0.21.1 ./fedora_setup.sh install

Configuration

Add ‘django_auth_pubtkt.DjangoAuthPubtkt’ to MIDDLEWARE_CLASSES Change LOGIN_URL to “/sso/” Set TKT_AUTH_LOGIN_URL to the address of SSO login page Add piece of code below to urls.py from django_auth_pubtkt.views import redirect_to_sso url(‘^sso/’, redirect_to_sso),

OR Change LOGIN_URL to the address of SSO login page Configure your SSO to use ‘next’ as redirect field name or use @method_decorator(login_required(redirect_field_name=”back”))

Configuration variables (settings.py)

TKT_AUTH_PUBLIC_KEY Default: None Filename of DSA public key in .pem format. It is used to verify ticket signature.

TKT_AUTH_COOKIE_NAME Default: “auth_pubtkt” Name of the authentication cookie to use.

TKT_AUTH_USE_GROUPS Default: False Treat tokens as group names. Create groups if they don’t exist yet.

TKT_AUTH_LOGIN_URL Default: None URL that users without a valid ticket will be redirected to

TKT_AUTH_BACK_ARG_NAME Default: “back” Name of the GET argument with the originally requested URL (when redirecting to the login page)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-auth-pubtkt-1.0.1.zip (11.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django-auth-pubtkt-1.0.1.win32.exe (206.9 kB view details)

Uploaded Source

File details

Details for the file django-auth-pubtkt-1.0.1.zip.

File metadata

File hashes

Hashes for django-auth-pubtkt-1.0.1.zip
Algorithm Hash digest
SHA256 ccd8c51f00edf04c00a5b964a47281318db5ef9778b3ceece52f17c8e465b2d6
MD5 e43feba84a2e26fb87c0a54f6974023f
BLAKE2b-256 0a33c132784cfbf2d73a412dd8ac66f1d243695a2831c229b9c630b59b5d20f9

See more details on using hashes here.

File details

Details for the file django-auth-pubtkt-1.0.1.win32.exe.

File metadata

File hashes

Hashes for django-auth-pubtkt-1.0.1.win32.exe
Algorithm Hash digest
SHA256 0e96a504504fb7cf9f38f139cf6b3b4b5ee4e7a3a8d7f52b314d611ade7ae9fb
MD5 88b3ca0c11119b862f1c9e3ade0f6e6e
BLAKE2b-256 91923180d2dcb8fbe6706064cc852055175a3919669d2f7ebda9a181b1c797f5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page