No, it does not currently use Spring Security. I plan to add such support, but I wanted to get an understanding of it without Spring Security first. Without using Spring Security the application security would have to be managed by the application explicitly. So I do recommend going with Spring Security.
Feature it if you like. I put it out there for others to benefit from. The stuff that's currently in the wiki is very difficult to follow, in my opinion. It took me a while to figure out that I didn't need every filter mentioned. ~ James On May 29, 2013, at 2:56 PM, Alberto Cabello Sanchez <[email protected]> wrote: >> I wrote a simple Spring Web MVC application that uses CAS Client 3.1 for >> authorization. It's available at >> https://bitbucket.org/csu_jsumners/cas-auth-test/src/?at=no-spring-security . >> >> Should it be added to the wiki? If so, should it have its own page or be in >> a list >> somewhere? > > Looking at the name, I guess your application doesn't use Spring Security, > right? I > think it should be added to the wiki as a sub-page of the JAVA CAS client > page. > At least I would like to feature it in a list of "integrating with CAS" > showcase I'm > doing for my employer, if you don't mind. > > I currently have Apache mod-auth-cas, PHP, Tomcat Container Managed Auth. and > Spring > Security. > >> >> ~ James > > > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
