We have implemented an OAuth2 Authorization Server (and Identity Provider). Now we want to perform load tests to gage system performance.
The concrete problem I have now, is that I want to load test an Authorization Code Flow. I have been using JMeter so far. But I have no clue how to provide an endpoint for the required redirect_uri, to complete the flow. Is there any way to do this at all, or am I out of luck? Google was no help. If JMeter can't do it, is there a tool that can?