cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to get oauth_verifier for Magento2.0

Unable to get oauth_verifier for Magento2.0

I am trying to add support for OAuth1 for Magento 2.0 for my application.
The doc which I am referring is: https://devdocs.magento.com/guides/v2.0/get-started/authentication/gs-authentication-oauth.html
I am trying to implement oauth1 through postman.
I have performed following steps:

1. Created integration and got the consumer_key and consumer_secret

2. Got the request token using POST /oauth/token/request.

3. Facing issues in getting access_token using POST /oauth/token/access. It needs oauth_verifier as a parameter in Authorization header. But I am unable to get it. 
Where does it store / generate the oauth_verifier or where can I get it?
Any help on this would be appretiated.