Creating a Custom OAuth Application
Creating a Custom OAuth Application
uses the OAuth 2.0 authentication standard, which requires the authenticating user to interact with via the browser.To obtain the OAuth client credentials, consumer key, and consumer secret:
- Log in to your site.
- Navigate to your application management: https://developer.atlassian.com/apps/.
- Select Create new app.
- Name the new application.
- Navigate to APIS AND FEATURES. Click + Add then select Add OAuth 2.0 (3LO).
- Still in APIS AND FEATURES, click + Add and add JIRA Service Management platform REST API.
- To get all the functionalities of the driver, click + Add and add the JIRA application to your custom application.
- Add the desired scopes to your custom application.
- To set up your Callback URL, navigate to APIS AND FEATURES > OAuth 2.0 (3LO). Enter a callback URL that is accessible to your application.
- Save your changes.