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
Release files for django-saml2-auth-signout-slo 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django_saml2_auth_signout_slo-0.0.1.tar.gz | 3.0 kB | Details |
Release files / django_saml2_auth_signout_slo-0.0.1.tar.gz
| Download URL | django_saml2_auth_signout_slo-0.0.1.tar.gz |
|---|---|
| Size | 3.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
629aa8b5d24daecf6579fea46f921cde650e8377ed24711bb32b6f3d051b891e
|
|
BLAKE2b-256 checksum How to use checksums |
d02ff191375d070afbda0b5c9cb8e41e124aacde28ed988080bc4ea6a96f720b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
|