Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 576 Bytes

README.textile

File metadata and controls

28 lines (17 loc) · 576 Bytes

SimpleCAS

CAS Server

Description

SimpleCAS is forked from Castronaut
It’s an server implementation for the CAS (version 2.0) protocol.

Comparing with Castronaut, the SimpleCAS

  • Upgrade to Sinatra 1.0, ActiveSupport and ActiveRecord 3.0.3.
  • Clean up some unnecessary code. Make the sinatra application more intuitive.
  • Add a “demo” authentication adapter, it always return true.

Requirements

  • Sinatra 1.0
  • ActiveSupport 3.0.3
  • ActiveRecord 3.0.3

Usage

passenger start

Configuration

  • See config.yml