Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.
/ secret-squirrel Public archive

A CAS-based Single-Sign-On service provider for Mozilla web apps.

Notifications You must be signed in to change notification settings

fwenzel/secret-squirrel

Repository files navigation

Secret Squirrel

Secret Squirrel is a Django-based Single Sign-on server. It uses CAS (version 1) as the client-side protocol and can be used with any CAS client library.

Secret Squirrel is a Mozilla project and published under a BSD license.

Getting Started

Python

You need Python 2.6. Also, you probably want to run this application in a virtualenv environment.

Run easy_install pip followed by pip install -r requirements.txt to install the required Python libraries.

Django

The Internet has plenty of of documentation on setting up a Django application with any web server. If you need a wsgi entry point, you can find one in wsgi/squirrel.wsgi.

About

A CAS-based Single-Sign-On service provider for Mozilla web apps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages