Tag not monitored by Microsoft.
MS AD login scripting issue using JMeter
Hi, I am doing performance testing with JMeter for a cloud based application with Azure AD . I am not getting the expected response for below request:
POST https://login.microsoftonline.com/login.srf
Expected Response (By Fiddler ) = Sign in to your account having values for ctx, hpgrequestid, flowToken and canary
Actual Response (By Jmeter) = Redirecting (BssoInterrupt)
I done all correction for request POST https://login.microsoftonline.com/login.srf like wresult ( I am correlation whole xml) and wctx .apart from this in cookies i have correlated values ESTSWCTXFLOWTOKEN but still i am not getting expected response.
Where i am missing?