Setting custom Post-Login Destinations based on user ROLES using spring security
- by student
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 ?