-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
Description
Presently, when a user is authenticated they are bounced to a static page defined in the configuration. This is sub-optimal for deep linking to arbitrary parts of the site. Last attempted authorization path management will redirect a user back to the last attempted authorization path that triggered their need to be authenticated. This functionality will override the default onLoginRedirect setting, but should not be used for a failed authorization attempt since the user does not have sufficient privileges to access the route.