Just as my post ticket:
Authenticating to Azure application with JMeter
Now, I could generate the token from the Response body:
But when using the same way to test with ADF REST API
directly:
Pipelines – Get
I got the error message:
{“error”:{“code”:”AuthenticationFailed”,”message”:”Authentication
failed. The ‘Authorization’ header is missing.”}}
So, My question is how can I using the generated token to invoke the ADF REST API?
2
You need to add request after parser for parse token response and than when send second request add preprocessor(or header something) add your parsed token