Skip to content
Snippets Groups Projects

dev-cas, fake implementation of CAS server

Goals

  • Use a fake CAS server to develop application at localhost keeping a CAS authentication.
  • Implement only the needed URI.
  • Use specifications from Apereo.
  • Install it on Tomcat.

Installation

Use Maven to deploy on Tomcat. Eg. with server siclima-preprod: mvn tomcat7:redeploy -Dmaven.tomcat.server=siclima-preprod -Dmaven.tomcat.url=http://siclima-preprod:8080/manager/text

Usage

Simply use these URL to configure CAS in the app (Example with server siclima-preprod):

Project reports are available using Maven: mvn site and then see target/site/index.html.

License

See LICENSE file.