preserve query string during session Initiator
Cantor, Scott
cantor.2 at osu.edu
Wed Mar 11 18:24:10 EDT 2015
> after going through the shibboleth login process, I loose the browsing
> context query string in the final target
> exemple in a web biblio application, in the process of placing a hold on a book
> selected while not yet connected:
Using requireSession preserves the query string, that I'm fairly certain of. So I would imagine you have something else in the mix that's at fault here that's doing a manual redirect to /Login and dropping it. Realize that a standard request intercept in the SP never redirects to /Login. if that happens, you're doing it (in the broadest sense of "you"), not the SP.
> how can I get that Shibboleth.sso/Login?target dynamically include the
> previous (referer ?) full querystring ?
Basically by fixing the code that's doing that redirect.
-- Scott
More information about the users
mailing list