INACTIVE - A CAS-based Single-Sign-On service provider for Mozilla web apps.
Перейти к файлу
Fred Wenzel f2364b5f17 Added FrameOptionsHeader middleware to forbid iframing Secret Squirrel. Bug 568768. 2010-08-24 14:59:47 +02:00
apps Bug#580284 Adding sso_uuid and UserProfile r=fwenzel 2010-08-11 10:42:08 -07:00
examples/example-php-cas-client markdown cosmetics 2010-08-24 14:53:49 +02:00
media Changed URLs and added menu links 2010-04-21 15:46:50 +02:00
requirements Added FrameOptionsHeader middleware to forbid iframing Secret Squirrel. Bug 568768. 2010-08-24 14:59:47 +02:00
templates Adding feedback from wenzel from Bug#583797. Code in apps/users, messages in base.html template 2010-08-11 10:00:24 -07:00
wsgi a wsgi entrypoint that does not care what our project dir is called. 2010-04-09 18:41:44 +02:00
.gitignore Merge branch 'cas_provider' 2010-08-02 17:36:12 +02:00
README.md markdown cosmetics 2010-08-24 14:53:49 +02:00
__init__.py initial commit: empty django app 2010-04-09 17:09:58 +02:00
log_settings.py some logging, associate sites with users on first login 2010-05-05 11:31:41 +02:00
manage.py manage.py ripped off from zamboni and kitsune 2010-04-09 18:41:44 +02:00
settings.py Added FrameOptionsHeader middleware to forbid iframing Secret Squirrel. Bug 568768. 2010-08-24 14:59:47 +02:00
settings_local.py-dist Mark all cookies HttpOnly unless specifically defined otherwise. Bug 570687. 2010-08-09 16:04:01 +02:00
urls.py Adding feedback from wenzel from Bug#583797. Code in apps/users, messages in base.html template 2010-08-11 10:00:24 -07:00

README.md

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/prod.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.

Whitelist

For each website which you want to SSO enable, you'll need to add them to the whitelist.

  1. http://localhost:8001/admin

    Login with admin user

  2. Client Sites > Click Add

    Note: Don't confuse Sites (i.e., the Django Sites framework) with "Client Sites" (i.e., the SSO Whitelist)... They have very similar inputs and similar names.

  1. Enter Details

    Example: Name: PHP Example App Domain: phpclient.secretsquirr.el Match priority: 0

    Click Save