chuckhoupt / Cassid

A fake CAS login service for development and testing

Home Page:https://cassid.habilis.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cassidae shell

Cassid: a fake CAS login shell

Cassid is a fake login service for development and testing of CAS clients -- no passwords or pre-registered user-ids are needed. Rather then struggle with CAS's official Java servlet, just drop Cassid on any webserver with PHP, or use the public Cassid service.

Cassid can be run via Apache or directly with PHP's build-in web server. For example, to run on locahost:

git clone https://github.com/chuckhoupt/Cassid.git
cd Cassid
php -S localhost:8000

Cassid is named after the Cassidae, sea snails with helmet shaped shell, as well as being a play on "CAS Identity".

About

A fake CAS login service for development and testing

https://cassid.habilis.net

License:Apache License 2.0


Languages

Language:PHP 95.3%Language:CSS 4.7%