Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 683 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 683 Bytes

dockerized-cas

Run

Just execute docker-compose up.

NOTE: If you want to create your own certificate (for HTTPS), see the 'Generating certificates' sections.

Cas sources

This uses the jasig cas. The application 'cas_v4.0.3.RESTenabled.war' has been built from this repository ('mvn compile war:raw' in the 'cas-server-webapp' folder).

That repository is a fork from the 4.0.3 version of jasig CAS. This fork enables the REST servlet for authentication.

Default cas user:

  • User: casuser
  • Password: Mellon

Generating certificates

Execute gen-certs.sh in the certs folder.