Skip to main content

Single LogOut (SLO) plugin for django_saml2_auth

Project description

A plugin to support Single LogOff (SLO) in django-saml2-auth

# Introduction

By default, django-saml2-auth only signs out users in the local Django application. For security reasons,

the logout needs to be passed to the IdP (identity provider). Otherwise, a user who clicks the login

button will be logged in again without providing a password (or otherwise).

# Example

In settings.py:

INSTALLED_APPS += (

‘django_saml2_auth’,

# ensure the plugin is loaded

‘django_saml2_auth_signout_slo’,

)

# this is the “usual” config object from django-saml2-auth

SAML2_AUTH = {

‘DEFAULT_NEXT_URL’: ‘/’,

‘PLUGINS’: {

# use this package in lieu of DEFAULT signout plugin

‘SINGOUT’: [‘SLO’],

}

}

Keywords: Django SAML2 Plugin for Single LogOut (SLO) Platform: UNKNOWN Classifier: Development Status :: 3 - Alpha Classifier: Intended Audience :: Developers Classifier: Topic :: Software Development :: Libraries :: Python Modules Classifier: License :: OSI Approved :: Apache Software License Classifier: Framework :: Django :: 1.5 Classifier: Framework :: Django :: 1.6 Classifier: Framework :: Django :: 1.7 Classifier: Framework :: Django :: 1.8 Classifier: Framework :: Django :: 1.9 Classifier: Framework :: Django :: 1.10 Classifier: Programming Language :: Python :: 2 Classifier: Programming Language :: Python :: 2.6 Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.3 Classifier: Programming Language :: Python :: 3.4 Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6

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_saml2_auth_signout_slo-0.0.4.tar.gz (3.1 kB view details)

Uploaded Source

File details

Details for the file django_saml2_auth_signout_slo-0.0.4.tar.gz.

File metadata

  • Download URL: django_saml2_auth_signout_slo-0.0.4.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.1

File hashes

Hashes for django_saml2_auth_signout_slo-0.0.4.tar.gz
Algorithm Hash digest
SHA256 0509c8f4a9cb410a033498de32624f2b360675fc003233199158e6da86aaa035
MD5 04fae91e823d10a55cc280bb0ebb40fc
BLAKE2b-256 293fb77cc719a0ffb968f266079c491c0d9fbd3ed0e3d4fa529ce01f4cf5cbbc

See more details on using hashes here.

Supported by

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