casinthecloud / cas-openid-demo

Demo web app to test OpenId support in CAS
10 stars 6 forks source link

h2. What is this project ?

This project cas-openid-demo has been created to test the OpenId support in CAS. It's composed of two modules :

h2. Quick start & test

To start quickly, build the project :

cd cas-openid-demo
mvn clean package
and start the two web applications with jetty :
cd cas-openid-client-demo
mvn jetty:run

To test,

h2. Manual deployment

You can also deploy manually these two web applications in your favorite web applications server :