JMeter: Unexpected behavior with identical values for return URL and client ID after a successful test
I'm currently working with JMeter for performance testing of an application that implements the OpenID Connect (OIDC) protocol for authentication. During the test execution, I noticed an unexpected behavior where, upon successful completion of the test, both the return URL and client ID are receiving the same values(in Service bus Queue). This behavior is not aligned with the expected behavior defined in the OIDC specifications.
Here are some details about my setup:
- I have a JMeter test plan that simulates user interactions with a web application that involves OIDC authentication.
- The test plan includes HTTP requests, timers, and assertions to validate the application's behavior.
- The return URL and client ID are parameters used in the OIDC flow.
- I've verified that the test passes successfully, but the received values for the return URL and client ID are identical(in Service bus Queue).
I would greatly appreciate any insights or suggestions regarding the potential causes of this unexpected behavior in JMeter with OIDC information.
What could be the reasons behind both the return URL and client ID receiving the same values after a successful test?
If there are any recommended troubleshooting steps or best practices specific to JMeter and OIDC testing, please share them as well.