This configured CAS server WAR overlay, was used in the 'SSO and SLO for Spring Boot and Angular applications with CAS' blog post.
<cas.version>5.3.x</cas.version>
The required tools and their respective versions used, at the time the blog post associated to this repository was written:
- Maven 3.6.2
- Java 1.8
- Apache Tomcat Server 9.0.22
- PostgreSQL 11.5
mvn clean package
The artifact of this CAS server WAR overlay, was deployed on an Apache Tomcat server, pre configured to work with SSL, and to accept connections over HTTPS, with a locally generated keystore named thekeystore
with changeit
as a password.
After a successful deployment, the CAS server should be available at https://localhost:8443/cas
.
The CAS server artifact, expects a successful connection to a database named cas
provided by a running Postgres server.
The cas-server.sql
file can be used to populate the cas
database with some test data.