[Building Sakai] pda loggedOutUrl

Steve Swinsburg steve.swinsburg at gmail.com
Wed Jul 20 20:04:18 PDT 2011


Sure, its easy to create a custom page and deploy it, but the logout redirects are handled in the portal already and it would be trivial (2 lines of code) to handle this extra use case.

cheers,
S

On 21/07/2011, at 9:26 AM, Seth Theriault wrote:

> Steve Swinsburg wrote:
> 
>> What JSP are you referring to?
> 
> The JSP is a custom Michigan thing, but for our local CAS-like WebISO, I effectively had to do the same thing.
> 
> I originally used a loggedOutUrl setting like this:
> 
> loggedOutUrl=https://foo.columbia.edu/logout?destination=https://sakai.cc.columbia.edu/portal&passthrough=1
> 
> Since the WebISO seems to use everything after the "destination" parameter (including the next one) to return the browser back to Sakai, I had to modify the parameter order to:
> 
> loggedOutURL=https://foo.columbia.edu/logout?passthrough=1&destination=https://sakai.cc.columbia.edu/portal
> 
> and that solved the problems with the PDA portal's extra parameters.
> 
> Seth
> 



More information about the sakai-dev mailing list