I am trying to authorize my plugin to use the Jira Server REST APIs, by creating an OAuth access token.
I tried to use the documented OAuth 3-step process (OAuth), but there is no way to programatically capture the verification code (which is shown on a web page) in the plugin. So I cannot make the final call to get the access token, because of the lack of the verification code “secret”.
Has anyone been able to acquire a request token, and then exchange that for an access token, without the intervening page asking a 3rd party to authorization of this access token?
Regards,
Gordon