This backend component is a Spring Boot project, and it was used in the 'SSO and SLO for Spring Boot and Angular applications with CAS' blog post. Its associated frontend component can be found in the esports-ucl-frontend repository.
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 service, was deployed on an Apache Tomcat server, under a folder named esports#ucl
.
After a successful deployment, this CAS service should be available at https://localhost:8443/esports/ucl
.
The "ESports-UCL" CAS service artifact, expects a successful connection to a database named esports-ucl
provided by a running Postgres server.
The esports-ucl.sql
file can be used to populate the esports-ucl
database with some test data.