Skip to main content
This guide shows you how to register your own app with Tempo to obtain OAuth 2.0 credentials (client ID and client secret). These are required to let your users grant your app access to their Tempo account.

Creating an OAuth 2.0 app

1

Open OAuth 2.0 settings in Tempo

  1. In Jira, open the Tempo menu and go to Settings.
  2. Scroll down to Data Access and select OAuth 2.0 authentication.
2

Create a new OAuth 2.0 application

  1. Click Add new application.
  2. Enter a Redirect URI: https://api.nango.dev/oauth/callback
  3. Set Client type to Confidential and Authorization grant type to Authorization code.
  4. Click Add to create the application.
3

Copy your credentials

After the app is created, Tempo displays your Client ID and Client secret. Copy both, you’ll need them when configuring the integration in Nango.
4

Next

Follow the Quickstart.
For more details on Tempo’s OAuth implementation, see the Tempo REST API authentication docs.