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

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,

Suggest an answer

Log in or Sign up to answer