0

How to get or extract client secret id from Azure key vault URL in JMeter . Suppose key vault url is https://vcloud02vault.vault.azure.net/secrets/RootSecret

I tried to hit the URL through JMeter and extract the client_secret id value from the response but not able to do that.

Abhik dey
  • 1
  • 1
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Jan 09 '23 at 07:51

1 Answers1

0

We cannot suggest a comprehensive solution without seeing your response, if the endpoint returns the client secret id in any form you should be able to get it using a suitable JMeter Post-Processor, the Post-Processor choice depends on the response data type:

You may also find Stub function for Azure Load Testing plugin useful

Dmitri T
  • 159,985
  • 5
  • 83
  • 133