Implementation of JASIG CAS protocol in Go lang. Supports all protocol versions (v1, v2 and v3).
You can configure certain aspects of cas-server
with command line arguments but majority of the configuration will
require a TOML formatted configuration file. For an example configuration please see config/config.toml.example
.
Section | Key | Type | Example | Notes |
---|---|---|---|---|
Services | ID | array | ["https://google.com.*"] | Go regexp is supported. |
cas-server -config /etc/cas-server/config.toml
- Storage
- In memory