Hi! I'm new to web-security and this is my question. I have a webapp (jsp) which uses Acegi for user login authentication. Once a user has logged in, on the first page he sees, there is a static link that points to a Wicket webapp, deployed in the same servlet container(jboss). Is there a way in which I can use the other webapp's authentication to make sure that access to the wicket webapp is secured? i.e. allow access to the wicket webapp only though that link? Can I do something like checking for a value on the session? Would I need to add the custom session classes etc used by the other webapp to the wicket webapp?
Any help would be greatly appreciated. Thanks. -- View this message in context: http://www.nabble.com/Using-another-webapp%27s-authentication-tf4932724.html#a14118561 Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
