Did you try looking at say the examples that are included with Spring
Security?

http://static.springsource.org/spring-security/site/docs/3.0.x/reference/sample-apps.html

Look for the one labeled CAS Sample.

FYI, while many of us are knowledgeable about Spring Security, this is not a
Spring Security mailing list, so your mileage my vary in terms of answers.


On Fri, Jul 23, 2010 at 8:53 AM, Gabi Teris <ga...@axz.ro> wrote:

> Hi all,
> I still have issues with CAS, since there is no example to cover my exact
> configuration. I have managed to have Single Sign On across multiple
> applications, and did so by using SSL. I was using part of the example for
> Spring Security, bypassing voting.
> I think there should have been some full examples to be used as a frame for
> starting a new project, or even as guidance for an existing one (which is my
> scenario).
> Anyway, I want to know how to have logout across all my applications, cause
> at the moment logout only works for the current application.
> I read all posts here, and also activated debug mode in cas-server, and
> here is what I think, correct me if I'm wrong:
> - to have logout on all applications, I need to call https://<my
> machine>/cas/logout
> - I need to pass the service parameter, for which CAS will try to send a
> SAML message to tell the application to logout
> - the client needs to listen somehow (please post some config anyone)
> Also the lack of documentation or even too few documentation is misleading,
> and I still don't know what casProcessingFilter does, cause the client works
> without it, I only have casAuthenticationFilter.
>
> So in conclusion, I want to see a full config of a client with Spring
> Security, having CAS and logout from all CAS clients, and then I think a lot
> of users will stop posting a lot of messages on this board, and speak about
> logout and lose a lot of time chassing ghosts (cause I did, I even tried
> writing some filters, to make login work!)
>
> Thanks in advance for every answer to my call.
> --
> You are currently subscribed to cas-user@lists.jasig.org as:
> scott.battag...@gmail.com
> To unsubscribe, change settings or access archives, see
> http://www.ja-sig.org/wiki/display/JSG/cas-user
>

-- 
You are currently subscribed to cas-user@lists.jasig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to