Back Forum Reply New

Spring Security 2.0 RC1 and CAS support

Hi,
I am trying to switch to Spring-Security 2.0 RC1, but I am confused as to
wether CAS is currently working in this distribution... It seems like a few of the old classes (CasProxyTicketValidator, CasProxyDecider) are missing from the jar files.
If CAS is supposed to be working in 2.0 RC1, does anyone have a working Spring configuration file ?

thanks a lot, Luca

I am having the same problem.

Is it CAS working on Spring Security 2.0.

Also, if I define the following bean:
   lt;security:authentication-manager/gt;

The result is:
    No bean named 'authenticationManager' is defined

But, if I define the following bean:
   lt;security:authentication-manager alias=quot;authenticationManagerquot;/gt;

The result is:
    No bean named '_authenticationManager' is defined

with underscore.

????

Any ideas?

Thanks. ;-)

There is a sample application with a CAS configuration in the codebase. Please checkout the code, as explained on the website, then follow the readme in the cas samples directory.

For your namespace issues with the authentication manager, please read the section in the manual that covers this (and the section on namespace configuration in general):

sp...s-auth-manager
¥
Back Forum Reply New