Skip to main content

A Django Central Authentication Service (CAS) single sign-on server

Project description

MamaCAS is a Django Central Authentication Service (CAS) single sign-on server. It implements the CAS 1.0, 2.0 and 3.0 protocols, including some of the optional features.

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')))

See the full installation instructions for further details.

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.

Contributing

Contributions are welcome! The preferred process for changes is by submitting GitHub pull requests. New code should follow both PEP8 and the Django coding style, generally respecting the style of the surrounding code. When appropriate, pull requests should add or update tests, along with any necessary documentation changes. With any substantial contribution, feel free to add yourself as a contributor in the AUTHORS file.

Development dependencies can be installed from requirements.txt. Execute the test suite with:

$ py.test mama_cas/tests/ --cov=mama_cas --cov-report=html

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-mama-cas-0.9.0.tar.gz (34.9 kB view details)

Uploaded Source

File details

Details for the file django-mama-cas-0.9.0.tar.gz.

File metadata

File hashes

Hashes for django-mama-cas-0.9.0.tar.gz
Algorithm Hash digest
SHA256 2cb1d09849d376eb1bd6329e71944d8263636801727fdfe828b3644899d00051
MD5 3251f14c7bd0403e63bf39483adab6a7
BLAKE2b-256 993ed917fc03af9b795f47a0a38c998cff9d689c072b90c06ab2d8f9c017a000

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