java-tutorials/cas
sampadawagde 576bf02903 JAVA-914: Updated module README to include relevant info 2020-04-18 19:12:36 +05:30
..
cas-secured-app example code for BAEL-3749 (#8815) 2020-03-29 13:36:54 -07:00
cas-server JAVA-914: Removed empty pom files 2020-04-18 19:11:47 +05:30
README.md JAVA-914: Updated module README to include relevant info 2020-04-18 19:12:36 +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: