IdP not maintaining POST params from one SP to another

Brian Reindel brian at reindel.com
Fri Oct 4 16:41:06 EDT 2013


It's just what I needed, and it works using the ss:mem storage service
for postData. Thanks.

On Fri, Oct 4, 2013 at 3:08 PM, Cantor, Scott <cantor.2 at osu.edu> wrote:
> On 10/4/13 2:54 PM, "Brian Reindel" <brian at reindel.com> wrote:
>
>>We have cross linking across service providers, but as a part of that
>>cross link we're not issuing a simple GET. It is a POST with several
>>parameters in the POST body. The first time around if the user has not
>>established a session on the SP you're linking to this will not work
>>(params not maintained and GET issued after redirect). However, the
>>second time around after the session has been established it works
>>just fine. Are there configuration changes I can make to support this
>>functionality consistently?
>
> There's some limited functionality to preserve POST data on Apache.
>
> https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPSessions
>
> See postData, postTemplate, postExpire
>
> In general this kind of thing is best handled with lazy sessions and more
> intelligent application logic.
>
> -- Scott
>
>
> --
> To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net


More information about the users mailing list