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
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.