Creating an OAuth 2.0 app
1
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.
2
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.
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.