i want multiple target url to be redirected to for the different roles of the users, how to achieve it using spring security 3.1, I have already done with the single target url, but i am not getting the help how to do it for the multiple url.
Share
I got the solution, Spring security 3 and above provides the handlers directly for this purpose
I used the SuccessAuthenticationHandler for my issue.:)