user2451016
user2451016

Reputation: 1961

How to generate JWT token programatically in JMeter?

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

Answers (1)

Dmitri T
Dmitri T

Reputation: 168217

Take a look at:

See Client authentication using client_secret_jwt method article for comprehensive explanation and an example.

Upvotes: 1

Related Questions