flowExecutionKey
Nate Klingenstein
ndk at internet2.edu
Tue Jul 1 22:45:21 EDT 2014
Tried a bunch of manipulations and didn't get far until...
It appears that it's possible to also set execution states through a hidden request parameter called _flowExecutionKey, embedded in the presenting page(login.vm) like:
<input type="hidden" name="_flowExecutionKey" value="${flowExecutionKey}">
and then pass that back to Spring Webflow and it should proceed. I think that I'm providing it:
<section>
<input type="hidden" name="_flowExecutionKey" value="e1s1">
</section>
and sending it back and pruning off the query string successfully:
7/2/14 2:36:57 AM (thread 0 run 0 test 2): Request content = WebRequestSettings[<url="https://IdPv3LoadTestingELB-1265594674.us-west-2.elb.amazonaws.com:443/idp/profile/SAML2/POST/SSO", POST, EncodingType[name=application/x-www-form-urlencoded], [name=j_username, value=400624, name=j_password, value=lalalalala, name=_flowExecutionKey, value=e1s1], {Accept-Language=en, Accept=*/*}, null>]
But it's still not going anywhere. Is there something obvious in the flows configuration that I'm missing?
More information about the dev
mailing list