
Enter in this the public key and the consumer key which your client will use when making requests to JIRA.Īfter you have entered all the information click OK and ensure OAuth authentication is enabled. After this Application Link has been created, edit the configuration and go to the incoming authentication configuration screen and select OAuth. When creating the Application Link use a placeholder URL or the correct URL to your client, if your client can be reached via HTTP and choose the Generic Application type. This is done through the Application Links administration screens in JIRA. The first step is to register a new consumer in JIRA. Visit the sample repo on Bitbucket to download and work with these samples. Looking for a Provider in a Language other than Java?Ītlassian provides samples of OAuth providers in a number of other languages. For more information about OAuth refer to the OAuth specification. Consumer, Service Provider, request token, access token, etc.). It assumes you are familiar with the OAuth terminology (e.g.
#Jira client download how to
The instructions below describe how to use a Java client to provide OAuth authentication when making requests to JIRA's REST endpoints. This is one of three methods that you can use for authentication against the JIRA REST API the other two being basic authentication and **cookie-based authentication **(see related information).


This page shows you how to allow REST clients to authenticate themselves using OAuth.
