Forums

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

Does JRJC 5.0.4 support Oauth authentication?

Preethamhr
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 30, 2018

I am using Jira rest java client 5.0.4 to access Jira APIs using Basic authentication. I have to now use Oauth due to security concerns. How can i use JRJC to access Jira APIs using Oauth authentication?

below are the dependencies I am currently using.

<dependency>
<groupId>com.atlassian.jira</groupId>
<artifactId>jira-rest-java-client-api</artifactId>
<version>5.0.4</version>
</dependency>
<dependency>
<groupId>com.atlassian.jira</groupId>
<artifactId>jira-rest-java-client-core</artifactId>
<version>5.0.4</version>
</dependency> 

0 answers

Suggest an answer

Log in or Sign up to answer