Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 385 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 385 Bytes

Simple CAS Server

CAS Server to test your CAS Single Sign On setup

No user or attribute management

Login with username and password equal to each other

Requirements

  • go 1.17

Build

$ go build
$ ./simple-cas-server -bind :4000

Usage