File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments