Skip to content

Commit 9e0eb21

Browse files
author
sampadawagde
committed
JAVA-914: Updated module README to include relevant info
1 parent e22b651 commit 9e0eb21

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

cas/README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
## CAS
22

3-
This module contains articles about the Central Authentication Service (CAS)
3+
This module contains articles about the Central Authentication Service (CAS).
4+
5+
The module consists of 2 submodules:
6+
1. `cas-server` - it requires JDK11 and uses the Gradle War Overlay style to ease setup and deployment. To start the server, simply run:
7+
8+
`./gradlew run
9+
-Dorg.gradle.java.home=$JAVA11_HOME
10+
-Pargs="-Dcas.standalone.configurationDirectory=/cas-server/src/main/resources/etc/cas/config"`
11+
12+
The server starts at https://localhost:8443. `casuser`/`Mellon` are the username and password for logging in.
13+
14+
2. `cas-secured-app` - A Maven based Springboot Application
415

516
### Relevant Articles:
617

7-
- [CAS SSO With Spring Security](baeldung.com/spring-security-cas-sso)
18+
- [CAS SSO With Spring Security](https://www.baeldung.com/spring-security-cas-sso)

0 commit comments

Comments
 (0)