2010-12-21 06:22:19 +08:00
|
|
|
To run a CAS server and client application, just execute the command
|
2008-01-29 00:03:28 +08:00
|
|
|
|
2011-05-17 11:09:58 +08:00
|
|
|
./gradlew cas
|
2008-01-29 00:03:28 +08:00
|
|
|
|
2011-05-17 11:09:58 +08:00
|
|
|
from the project root directory. You should then be able to point your browser at
|
2008-01-29 00:03:28 +08:00
|
|
|
|
2011-04-04 10:41:26 +08:00
|
|
|
https://localhost:8443/cas-sample/
|
2008-01-29 00:03:28 +08:00
|
|
|
|
2010-12-21 06:22:19 +08: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).
|