Hello I have a Login scenario to script that involves SSO. I've correlated all dynamic values be it in request body, headers and URL but the script is failing at 'Sign In screen after a Password is Entered'. I've checked and can confirm that parameter URLEncoding is taken care of. Also, compared all requests body and params with browser Dev Tools traffic and Fiddler traffic, I couldn't find any parameter/value that is missing in JMeter script.
Looks like the request is posting correct values as expected by the application but still can't go past Sign In. Able to go past the 'Enter Username' screen but just stuck at 'Enter Password' screen. Any suggestions and support on this issue is greatly appreciated. Thank you! Failed Request: *POST https://login.microsoftonline.com/{param}/login <https://login.microsoftonline.com/{param}/login>* Above request Post below dynamic unique identifiers data- Username Password *hpgrequestid* *flowToken* *canary* *ctx* Response Body data of above failed request: *<head>* *<title>Redirecting</title>* Title displayed as '*Redirecting*' instead should be '*<title>Sign in to your account</title>*' Regards Manoj