I am using Jetspeed 2 with an external SSO solution and have a question related to the profiler.
The typical user scenario is that a user would navigate the portal as a guest, and at some point, click a login link which would send them to an external login page. We send a return URL in the login link so the user ends up on the page they were on before logging in. The problem is that a user may be on a page as guest that only the guest has access to, and after they login, an error is thrown because they don't have access to that page anymore. Is there anyway to setup the profiler to fall back to the parent folder of the requested page if the user doesn't have access to the requested page?
