A CAS server single sign-on application for Django
Project description
django-mama-cas is a Django Central Authentication Service (CAS) single sign-on server. It implements the CAS 1.0 and 2.0 protocols, as well as some commonly used extensions to the specification.
CAS is a single sign-on protocol that allows a user to access multiple applications after providing their credentials a single time. It utilizes security tickets, unique text strings generated and validated by the server, allowing applications to authenticate a user without direct access to the user’s credentials (typically a user ID and password).
The source code can be found at github.com/jbittel/django-mama-cas, and is the preferred location for contributions, suggestions and bug reports. Documentation is available at django-mama-cas.readthedocs.org.
Quickstart
Install with pip:
pip install django-mama-cas
Add to INSTALLED_APPS:
INSTALLED_APPS += ('mama_cas',)
Add to the URLconf:
urlpatterns += patterns('', (r'', include('mama_cas.urls')))
Upgrade
Upgrade with pip:
pip install django-mama-cas --upgrade
Before upgrading, see the changelog for any backward incompatible changes or other important upgrade notes.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-mama-cas-0.7.1.tar.gz
.
File metadata
- Download URL: django-mama-cas-0.7.1.tar.gz
- Upload date:
- Size: 38.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38bdff3a0d0c1d00ddb13ebdf3083cdfc32daa309cfdab47d3028fee8bcfc983 |
|
MD5 | d3b807f2765086ac59f51434ee5fab1d |
|
BLAKE2b-256 | 468dfc78c3477ec023953bd49c66752527572475e0ae42f59e9a7a723cadb0b6 |