You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't realize of the switchUser.targetUrl configuration, but it would be nice something similar for the logout, because the grails.plugin.springsecurity.logout.afterLogoutUrl doesn't works.
Feature description
Hi, I was wondering if it's possible to add two new parameters to set a targetUrl to redirect after login and logout. Something like:
grails.plugin.springsecurity.switchUser.afterLoginTargetUrl
grails.plugin.springsecurity.switchUser.afterLogoutTargetUrl
This configurations are only to customize that behaviour, otherwise the plugin takes the value of:
grails.plugin.springsecurity.switchUser.targetUrl
If it's possible, just point me the right direction and I will make a PR.
The text was updated successfully, but these errors were encountered: