Currently, the login-success property as per the documentation, accepts a String. I want to redirect a user to their dashboard after login
- /user/{id}/dashboard
How can I make it so that the user is redirected to their dashboard using RedirectConfigurationProperties?