The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

oauth_signature in oauth1.0

Anandhakrishnan
July 11, 2021

Hi i am new to jira, i am using third party integration uisng oauth1.0. i have followed the below mentioned link and sucessfully got the access token . i want to give a request to jira using java but i got signature error . can you give any documentation about oauth signature generation using rsa-sh1 signature method?

 

Thanks in advance

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Fernando De La Cruz Garelli
July 11, 2021

Hello  Anandhakrishnan,

Could you please review the following url for documentation regarding OAuth 1.0?

https://developer.atlassian.com/cloud/jira/platform/jira-rest-api-oauth-authentication/

Anandhakrishnan
July 13, 2021

Thank you for your replay. i have already done this example. it is also working. but i need a sample code for java. if i use oauth 1.0 these are the header for sending request to jira.

1.consumer key

2.access token

3.signature method

4. oauth signature

5.version

6.private key

i have a consumerkey,access token,signature mothed ,version,private key. now i want to generate signature. i need that document to generate oauth signature using rsa in java.

Thanks in advance,