Hi All,
I am using Postman to get access_token . When I do request token,
Website asks for username and password and then I get access token. I want
to automate this process
Using Jmeter, without any user intervention.
I don’t want to type in username/password in browser. I want to send all
such details through Jmeter.
How can I do this ?
On Postman I use following: (*OAuth2*)
- Grant Type: Authorization Code
- Callback URL:
- Auth URL:
- Access Token URL:
- Client ID:
- Client Secret:
- Scope:
- State:
- Client Authentication: Send client credentials in body
Best Regards,
Abhijit
|