Jira OAuth request-token

Jim Halter June 21, 2018

Hi,

I am using C# with RestSharp. I am able to successfully connect to the request-token URL by giving my Consumer Key and Consumer Secret.

I believe that my next step is going to /authorize with an oauth_token and an oauth_secret, however, I do not see either in my response from request-token.

In my response, I do get back an atlassian.xsrf.token, in the following format: BGBC-PBYF-RQAB-I6AI_f73e47be3rf0c9f70d902bbae648d9ee8cd73fb7_lout. I also see an AREQUESTID in the header.

Am I missing something? What am I supposed to send to /authorize at this point to authorize my application?

1 answer

0 votes
Jarrod Moura December 3, 2019

Sjoe, getting a response on this is a struggle.

I eagerly anticipate anyone knowing this please.

Found this article, but also, no luck with the access token:

https://keestalkstech.com/2019/06/connect-to-jira-with-a-private-key-using-net/

Suggest an answer

Log in or Sign up to answer