Skip to main content

Kerberos authentication backend for Python Social Auth

Project description

https://travis-ci.org/kiwitcms/python-social-auth-kerberos.svg?branch=master https://coveralls.io/repos/github/kiwitcms/python-social-auth-kerberos/badge.svg?branch=master

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.

Source Distribution

social-auth-kerberos-0.2.1.tar.gz (3.3 kB view details)

Uploaded Source

File details

Details for the file social-auth-kerberos-0.2.1.tar.gz.

File metadata

  • Download URL: social-auth-kerberos-0.2.1.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.9.1 pkginfo/1.4.1 requests/2.18.4 setuptools/38.5.1 requests-toolbelt/0.8.0 tqdm/4.19.5 CPython/3.6.3

File hashes

Hashes for social-auth-kerberos-0.2.1.tar.gz
Algorithm Hash digest
SHA256 18ddc91ac030e1a031fa16574d0e3cad2e5064b1985667db4eb2ee4a9882f5d6
MD5 5d88f227fe236cbf6f754a739e03d025
BLAKE2b-256 b0b220b7be00ae9242043c105dce3918ce16d50ba67f4f3e22126c4713e7b666

See more details on using hashes here.

Supported by

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