-
Notifications
You must be signed in to change notification settings - Fork 268
Open
Labels
Milestone
Description
If a logged-out user tries visiting a specific page (like /foos/42), the RubyCAS filter will redirect him to the config.cas_base_url after which the user will be redirected to config.cas_service_url.
This service_url is a single per-application value though - one may want to redirect users on a per-request basis - typically to the page they were trying to visit at first.
Please consider providing a mechanism for this.