java-tutorials/security-modules/cas
anuragkumawat d4fec3ad45 JAVA-18523 Upgrade cas module and related articles (#14504)
* JAVA-18523 Upgrade cas module and related articles

* JAVA-18523 Remove deprecated  WebSecurityConfigurerAdapter
2023-08-02 11:00:48 +05:30
..
cas-secured-app JAVA-18523 Upgrade cas module and related articles (#14504) 2023-08-02 11:00:48 +05:30
cas-server JAVA-18523 Upgrade cas module and related articles (#14504) 2023-08-02 11:00:48 +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: