java-tutorials/security-modules/cas
Harry9656 cf03d6e96b JAVA-26765: Update persistence-modules/cas-secured-app to new mysql connector 2023-11-23 05:30:32 +01:00
..
cas-secured-app JAVA-26765: Update persistence-modules/cas-secured-app to new mysql connector 2023-11-23 05:30:32 +01:00
cas-server JAVA-18764: Update article "CAS SSO with Spring Security" 2023-10-23 16:12:35 +05:30
README.md backlink removed 2022-12-24 13:17:29 +05:30
pom.xml JAVA-13856 Create new security-modules (#12622) 2022-08-20 13:47:25 +05:30

README.md

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.

  1. cas-secured-app - A Maven based Springboot Application

Relevant Articles: