Re: Wicket security: multiple login pages

2009-01-30 Thread Olger Warnier
Hi Sander, Two different pages for logon is possible with the spring security configuration. It's hard to see a difference based on the URL in Wicket, so Is there a way to determine in your application if you need to logon a Client or a Employee ? You could redirect to the specific logon p

Wicket security: multiple login pages

2009-01-30 Thread Sander Hofstee
Hi, I have an application with two login pages, one for employees and one for clients. Clients login with a key, employees with a username and password. I'm using wicket-security for the authorization stuff. Clients and employees have different pages, so I thought I could determine the loginpa