Creating an OAuth 2.0 app
Open OAuth 2.0 settings in Tempo
- In Jira, open the Tempo menu and go to Settings.
- Scroll down to Data Access and select OAuth 2.0 authentication.
Create a new OAuth 2.0 application
- Click Add new application.
- Enter a Redirect URI:
https://api.nango.dev/oauth/callback - Set Client type to Confidential and Authorization grant type to Authorization code.
- Click Add to create the application.
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.
Next
Follow the Quickstart.