Re: Wicket + Spring Security (PreAuthentication)

2009-08-31 Thread Olivier Bourgeois
Looks like more of a spring-security question that a Wicket one : try
the spring-security forums. I suggest you have a look at this :

http://forum.springsource.org/showthread.php?t=52377

And this nice example up to date (but it's for wicket-swarn) :

http://out-println.blogspot.com/2009/02/wicket-swarm-spring-security-how-to.html

For your spring configuration, I think you will have to write a custom
AuthenticationProvider that handles you SSO cookie and checks the
token validity.


2009/8/28 Anders innocentl...@gmail.com:
 Hi,

 I refered to
 http://cwiki.apache.org/WICKET/spring-security-and-wicket-auth-roles.htmland
 wicket-spring example web application and it works.
 Now my company has a single-sign on web page already, like
 https:///login.cgi.
 This SSO web page will set cookies and return a token after login.
 I'd like to know how to use PreAuthentication of spring-security with my
 company's SSO web page?


 --
 --
 ~Mia は 最高!~
 --


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Wicket + Spring Security (PreAuthentication)

2009-08-28 Thread Anders
Hi,

I refered to
http://cwiki.apache.org/WICKET/spring-security-and-wicket-auth-roles.htmland
wicket-spring example web application and it works.
Now my company has a single-sign on web page already, like
https:///login.cgi.
This SSO web page will set cookies and return a token after login.
I'd like to know how to use PreAuthentication of spring-security with my
company's SSO web page?


-- 
--
~Mia は 最高!~
--