Merge pull request #9131 from sampada07/JAVA-914
JAVA-914: cas module clean up
This commit is contained in:
commit
9c7319d6f4
@ -1,7 +1,18 @@
|
||||
## CAS
|
||||
|
||||
This module contains articles about the Central Authentication Service (CAS)
|
||||
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
|
||||
|
||||
### Relevant Articles:
|
||||
|
||||
- [CAS SSO With Spring Security](baeldung.com/spring-security-cas-sso)
|
||||
- [CAS SSO With Spring Security](https://www.baeldung.com/spring-security-cas-sso)
|
4
pom.xml
4
pom.xml
@ -387,7 +387,7 @@
|
||||
<module>bazel</module>
|
||||
<module>blade</module>
|
||||
<module>bootique</module>
|
||||
|
||||
<!-- <module>cas</module> --> <!-- Not a maven project -->
|
||||
<module>cdi</module>
|
||||
<module>checker-plugin</module>
|
||||
<!-- <module>clojure</module> --> <!-- Not a maven project -->
|
||||
@ -900,7 +900,7 @@
|
||||
<module>bazel</module>
|
||||
<module>blade</module>
|
||||
<module>bootique</module>
|
||||
|
||||
<!-- <module>cas</module> --> <!-- Not a maven project -->
|
||||
<module>cdi</module>
|
||||
<module>checker-plugin</module>
|
||||
<!-- <module>clojure</module> --> <!-- Not a maven project -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user