Reputation: 1961
I am new to Jmeter. We've API tests written in Java+RestAssured and I have started creating separate JMeter tests for performance testing.
If we've ClientID & ClientSecret then how could I generate JWT token each time I've to run Jmenter tests?
Thanks
Upvotes: 0
Views: 679
Reputation: 168217
Take a look at:
See Client authentication using client_secret_jwt method article for comprehensive explanation and an example.
Upvotes: 1