Skip to content

casinthecloud/java-spring-security-cas-client-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Java webapp protected by the Spring Security CAS client (https://github.com/spring-projects/spring-security)

Maven demo using the CAS client from the Spring Security project (v3.2.5) to protect a web application.

Use mvn clean compile jetty:run to start the webapp on http://localhost:8080. The url 'protected/index.jsp' is protected and should trigger a CAS authentication.

Most of the configuration is defined in the src/main/resources/securityContext.xml file.

A specific logout application url is available at: http://localhost:8080/j_spring_security_logout.

Run your CAS server on http://localhost:8888/cas.

About

Demo webapp protected by the CAS client from Spring Security

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published