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
):
- http://siclima-preprod:8080/dev-cas/ : root URL for the CAS server.
- http://siclima-preprod:8080/dev-cas/login : to build the login process URL
- http://siclima-preprod:8080/dev-cas/logout : to logout the user
Project reports are available using Maven: mvn site
and then see target/site/index.html
.
License
See LICENSE
file.