Registry / auth / cas-server-core-web

cas-server-core-web

JSON →
library7.3.7javamavenunverified

Core web module for Apereo CAS server, providing web-based authentication and SSO functionality.

<dependency> <groupId>org.apereo.cas</groupId> <artifactId>cas-server-core-web</artifactId> <version>7.3.7</version> </dependency>
INSTALL
IMPORT
SIG · CAS-SERVER-CORE-WE
C
cas-server-core-web
authjavav7.3.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CasWebApplication
org.apereo.cas.web.CasWebApplication

Starts the CAS server as a Spring Boot application.

import org.apereo.cas.web.CasWebApplication; import org.springframework.boot.SpringApplication; public class CasServer { public static void main(String[] args) { SpringApplication.run(CasWebApplication.class, args); } }
Debug
Known issues
breakingCAS 7.x requires Java 17+ and Spring Boot 3.x.
fix
Use CAS 6.x for Java 11 or upgrade environment.
affects: >=7.0.0
Upgrade
Version history
7.3.7latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
22
OpenAI (training)
1
Resources
cas-server-core-web — mvn dependency:get cas-server-core-web · libregistry