Registry / auth / spring-security-cas

spring-security-cas

JSON →
library7.0.5javamavenunverified

Spring Security CAS provides CAS (Central Authentication Service) single sign-on integration for Spring Security.

<dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-cas</artifactId> <version>7.0.5</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-SECURITY-CA
S
spring-security-cas
authjavav7.0.5
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.

CasAuthenticationProvider
org.springframework.security.cas.authentication.CasAuthenticationProvider

Configures a CAS authentication provider.

import org.springframework.security.cas.authentication.CasAuthenticationProvider; import org.springframework.security.cas.web.CasAuthenticationFilter; CasAuthenticationProvider provider = new CasAuthenticationProvider(); provider.setServiceProperties(new ServiceProperties()); provider.setTicketValidator(new Cas20ServiceTicketValidator("https://cas.example.com")); provider.setKey("myKey");
Debug
Known issues
breakingCAS support is deprecated in Spring Security 5.8 and removed in 6.0; use Spring Security SAML or OAuth2 instead.
fix
Migrate to Spring Security SAML2 or OAuth2 login.
affects: >=6.0.0
Upgrade
Version history
7.0.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
14
Resources
spring-security-cas — mvn dependency:get spring-security-cas · libregistry