An OAuth 'service provider' is an application that shares ('provides') data to another application. Most service providers (including all OAuth-enabled Atlassian applications) will only require you to enter the consumer information for your JIRA instance to accept it as a 'consumer'. However, some service providers may require your JIRA instance to use a 'consumer key' and 'shared secret' to access information. If so, you will need to add this information into JIRA before your JIRA instance will be accepted as a consumer by the service provider.
Please see the information below for instructions on adding and removing OAuth service providers. Additional information is also available in our Gadgets and Dashboards documentation.
On this page:
Adding an OAuth service provider
To add an OAuth service provider,
- Log in as a user with the 'JIRA System Administrators' global permission.
- Bring up the administration page by clicking either the 'Administration' link on the top bar or the title of the Administration box on the dashboard.
- In the left-hand panel, under the title 'System', click the 'OAuth' link. The 'OAuth Administration' page will be displayed.
- Click the 'Service Providers' tab at the top of the page. The 'OAuth Administration' page will refresh, showing a list of configured OAuth service providers (if any exist).
- Click the 'Add Service Provider' link at the bottom of the list. The 'Add Service Provider' page will display:
Screenshot: Adding an OAuth Service Provider(click to view larger image)

- Enter the service provider's details (these fields should all be provided by the service provider):
- 'Service Provider Name' — Type the name of the service provider, i.e. the application whose data JIRA will be accessing.
- 'Consumer Key' — Type the key assigned to JIRA by the service provider.
- 'Shared Secret' — Type the consumer secret assigned to JIRA by the service provider. This secret is used to digitally sign all request tokens sent from JIRA (as a consumer) to the service provider. Keep this information confidential to you and your service provider only.
- 'Description' (optional) — Type a longer description if you wish.
- 「追加」ボタンをクリックします。
Removing an OAuth service provider
To remove an OAuth service provider,
- Log in as a user with the 'JIRA System Administrators' global permission.
- Bring up the administration page by clicking either the 'Administration' link on the top bar or the title of the Administration box on the dashboard.
- In the left-hand panel, under the title 'System', click the 'OAuth' link. The 'OAuth Administration' page will be displayed.
- Click the 'Service Providers' tab at the top of the page. The 'OAuth Administration' page will refresh, showing a list of configured OAuth service providers (if any exist).
- Locate the service provider that you wish to remove and click the 'Remove' link next to it. A confirmation message will display.
- Confirm the removal of the service provider. Any request tokens created by JIRA will be removed and the JIRA will no longer be able to access the service provider's data/resources.