2019-10-31 21:43:47 -04:00
|
|
|
## CAS
|
|
|
|
|
2020-04-18 09:42:36 -04:00
|
|
|
This module contains articles about the Central Authentication Service (CAS).
|
|
|
|
|
|
|
|
The module consists of 2 submodules:
|
|
|
|
1. `cas-server` - it requires JDK11 and uses the Gradle War Overlay style to ease setup and deployment. To start the server, simply run:
|
|
|
|
|
|
|
|
`./gradlew run
|
|
|
|
-Dorg.gradle.java.home=$JAVA11_HOME
|
|
|
|
-Pargs="-Dcas.standalone.configurationDirectory=/cas-server/src/main/resources/etc/cas/config"`
|
|
|
|
|
|
|
|
The server starts at https://localhost:8443. `casuser`/`Mellon` are the username and password for logging in.
|
|
|
|
|
|
|
|
2. `cas-secured-app` - A Maven based Springboot Application
|
2019-10-31 21:43:47 -04:00
|
|
|
|
|
|
|
### Relevant Articles:
|
|
|
|
|