Setting custom Post-Login Destinations based on user ROLES using spring security
Posted
by student
on Stack Overflow
See other posts from Stack Overflow
or by student
Published on 2010-05-12T10:51:55Z
Indexed on
2010/05/12
10:54 UTC
Read the original article
Hit count: 213
I want to set custom Post-Login Destinations based on user ROLES in my application. for example : If a form login isn't prompted by an attempt to access a protected resource, I want to show different pages, based on different roles. by using target-url I can't do this. how can I do this by using Spring security ?
© Stack Overflow or respective owner