Hi Everyone, I am trying to develop an script in which I am unable to authenticate. The analysis I have done for the script is the following:
1- Browse some initial pages, to get country, and language. 2- I get to the main sign in. At that point I extract 3 variables from that page: goto=.... SunQueryParamsString-...... and SAMLRequest=...... 3- I get into the login page http://xxxxxx.com/sso/UI/Login In this step I post goto=.... SunQueryParamsString-...... plus the userid and password. However, the authentication fails. When I analyze the transactions using Badboy I see that on the login step (3) there are 3 subrequest one of them gets a new SAMLRequest which is a bigger size and also a new URL with a new parameter. Please refer below http://xxxxxx/SSORedirect/metaAlias/serion/idp?ReqID=a41jgig0630g57de3igeh6h The questions: I am not sure how to extract the variables SAMLRequest and the ReqID= from the http://xxxxxx.com/sso/UI/Login because it fails in Jmeter. So I am not sure how I can handle that. Any ideas? Thanks in advance. Dan
