I was Looking for a way to load test my monolithic application using jmeter , However i was unable to do using the Jmeter as it used Keycloak based authentication and was not sure how to handle this using jmeter
Can someone please suggest how to do this in Jmeter or any other tool available to complete this activity
Tried recording scripts using blazemeter plugin but it failed as it was not getting logged in
"Keycloak based authentication" can be one of the following:
so you need to identify which protocol is being used and look for JMeter-specific instructions for bypassing authentication/authorization challenge for this protocol in your JMeter test.
If you're looking for a general piece of advice it would be one word: correlation:
Here is an example of correlating dynamic values in Keycloak-protected application using Boundary Extractor: