[Building Sakai] pda loggedOutUrl

Seth Theriault slt at columbia.edu
Wed Jul 20 16:26:59 PDT 2011


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