pnopjp / jmeter-plugins

Apache JMeter plugins for Microsoft Azure
Apache License 2.0
17 stars 13 forks source link

resource not configurable #2

Closed SlateyDev closed 3 years ago

SlateyDev commented 3 years ago

https://github.com/pnopjp/jmeter-plugins/blob/790d534d31273699bc794f00031c020f056016c7/plugins/functions/src/main/java/jp/co/pnop/jmeter/functions/AzAdAccessToken.java#L92

resource needs to be separately configurable from clientId as when making requests to an API the authorization may be provided by a separate resource from that which allows the web site login.

kuniteru commented 3 years ago

@SlateyTV Thank you!

SlateyDev commented 3 years ago

Have tested the change in our environment and works great. Thanks for the prompt fix.