2010-12-20 17:22:19 -05:00
|
|
|
To run a CAS server and client application, just execute the command
|
2008-01-28 11:03:28 -05:00
|
|
|
|
2011-05-16 23:09:58 -04:00
|
|
|
./gradlew cas
|
2008-01-28 11:03:28 -05:00
|
|
|
|
2011-05-16 23:09:58 -04:00
|
|
|
from the project root directory. You should then be able to point your browser at
|
2008-01-28 11:03:28 -05:00
|
|
|
|
2011-04-03 22:41:26 -04:00
|
|
|
https://localhost:8443/cas-sample/
|
2008-01-28 11:03:28 -05:00
|
|
|
|
2010-12-20 17:22:19 -05:00
|
|
|
to view the sample application. On attempting to access a secure page,
|
|
|
|
you'll be redirected to the CAS server where you can log in with one of
|
|
|
|
the usernames from the sample application context (enter the username in the
|
|
|
|
password field too, to authenticate to CAS in testing mode).
|