The application I'm handling is using AWS cognito login. Facing issue with the Dynamic SRP_A value and Im getting the below error
{"__type":"NotAuthorizedException","message":"Incorrect username or password."}
I have read through the post below and included the method in JSR223 pre-processor However I'm not clear on how to call this method in the http sampler. Could someone explain bit elaborate.
Refered post: Issue while running the recorded scripts in jmeter for aws cognito login
Thanks