flowExecutionKey
Cantor, Scott
cantor.2 at osu.edu
Wed Jul 2 20:10:34 EDT 2014
On 7/2/14, 8:05 PM, "Nate Klingenstein" <ndk at internet2.edu> wrote:
>If I forcibly set a _flowExecutionKey of e1s1(taken from the returned
>form) but leave the query string, nothing happens. But if I ever remove
>the query string, I get:
>
>23:32:52.367 - ERROR
>[org.opensaml.saml.saml2.binding.decoding.impl.HTTPPostDecoder:91] -
>Request did not contain either a SAMLRequest or SAMLResponse paramter.
>Invalid request for SAML 2 HTTP POST binding.
>23:32:52.373 - ERROR [org.opensaml.profile.action.impl.DecodeMessage:73]
>- Profile Action DecodeMessage: Unable to decode incoming request
>org.opensaml.messaging.decoder.MessageDecodingException: No SAML message
>present in request
>
>no matter what the _flowExecutionKey is set as, or whether it's set at
>all.
This still feels to me a bit like a cookie issue, because it's behaving as
though it's starting a new flow execution. I don't recall if sending an
invalid key for a session ends up starting a new flow execution or
throwing an error, but from a quick test myself, it looks like it tries to
start up a new execution. So that's consistent with the Java session
cookie not being sent or valid.
FWIW.
-- Scott
More information about the dev
mailing list