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.

To install:

pip install social-auth-kerberos

Then configure PSA and add 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:

Changelog

v0.2.2 (10 Nov 2019)

  • Pin license version to GPLv2 for Tidelift

v0.2.1 (10 Dec 2018)

  • Initial release

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.2.tar.gz (3.4 kB view details)

Uploaded Source

Built Distribution

social_auth_kerberos-0.2.2-py3-none-any.whl (5.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: social-auth-kerberos-0.2.2.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.18.4 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.19.5 CPython/3.6.3

File hashes

Hashes for social-auth-kerberos-0.2.2.tar.gz
Algorithm Hash digest
SHA256 78f2b8f2ba758b75b3513337cdc6bf1117157311e38fe2fec11f463c937af854
MD5 7479d85cc51853efc1e1c60cb0c96bbd
BLAKE2b-256 ac9372f4b6a5f3e9cf32bc2a81ff22bf6b4554f010e4e957ab7b68287457aa08

See more details on using hashes here.

File details

Details for the file social_auth_kerberos-0.2.2-py3-none-any.whl.

File metadata

  • Download URL: social_auth_kerberos-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 5.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.18.4 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.19.5 CPython/3.6.3

File hashes

Hashes for social_auth_kerberos-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 2d830f73076d5efaa5b559d3131a713842ebe0698a66902358a95ee274044287
MD5 e8492ea8cf90a8659997f7a486f8d848
BLAKE2b-256 cf62f2bcc849a016b4968fb122e67ee2188068fc832e2f540e2b32b6c25092a4

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