Skip to main content

A Django app implementing the CAS Protocol 3.0 Specification

Project description

=====
CAS Server
=====

CAS Server is a Django app implementing the `CAS Protocol 3.0 Specification
<https://jasig.github.io/cas/development/protocol/CAS-Protocol-Specification.html>`_.

By defaut, the authentication process use django internal users but you can easily
use any sources (see auth classes in the auth.py file)

The differents parametters you can use in settings.py to tweak the application
are listed in default_settings.py

The defaut login/logout template use `django-bootstrap3 <https://github.com/dyve/django-bootstrap3>`_
but you can use your own templates using the CAS_LOGIN_TEMPLATE,
CAS_LOGGED_TEMPLATE, CAS_WARN_TEMPLATE and CAS_LOGOUT_TEMPLATEsetting variables.

Quick start
-----------

1. Add "cas_server" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = (
...
'bootstrap3',
'cas_server',
)

For internatinalization support, add "django.middleware.locale.LocaleMiddleware"
to your MIDDLEWARE_CLASSES setting like this::

MIDDLEWARE_CLASSES = (
...
'django.middleware.locale.LocaleMiddleware',
...
)

2. Include the polls URLconf in your project urls.py like this::

url(r'^cas/', include('cas_server.urls', namespace="cas_server")),

3. Run `python manage.py migrate` to create the cas_server models.

4. Start the development server and visit http://127.0.0.1:8000/admin/
to add a first service allowed to authenticate user agains the CAS
(you'll need the Admin app enabled).

5. Visit http://127.0.0.1:8000/cas/ to login with your django users.

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-cas-server-0.3.3.tar.gz (30.3 kB view details)

Uploaded Source

File details

Details for the file django-cas-server-0.3.3.tar.gz.

File metadata

File hashes

Hashes for django-cas-server-0.3.3.tar.gz
Algorithm Hash digest
SHA256 6ff8ea04e36e70687e7c74d734f76bb68d4435a1e0168571a131432997e0866d
MD5 1bc76ad0fd4b575927af6bcdc63f2af4
BLAKE2b-256 fe4e3d27b72b66749157cd8fcd1e8354820a940a65dbe2936e504e8bbb3436f8

See more details on using hashes here.

Supported by

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