Kerberos authentication backend for Python Social Auth
Project description
Introduction
This package provides Kerberos backend for Python Social Auth. It can be used to enable passwordless authentication inside a Django app or any other application that supports Python Social Auth. This is a pure Python implementation which doesn’t depend on Apache mod_auth_kerb.
First configure PSA and then the following settings:
AUTHENTICATION_BACKENDS = [ 'social_auth_kerberos.backend.KerberosAuth', 'django.contrib.auth.backends.ModelBackend', ] SOCIAL_AUTH_KRB5_KEYTAB = '/tmp/your-application.keytab'
For more information about Kerberos see:
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
File details
Details for the file
social-auth-kerberos-0.2.1.tar.gz
.File metadata
File hashes
18ddc91ac030e1a031fa16574d0e3cad2e5064b1985667db4eb2ee4a9882f5d6
5d88f227fe236cbf6f754a739e03d025
b0b220b7be00ae9242043c105dce3918ce16d50ba67f4f3e22126c4713e7b666
See more details on using hashes here.