Skip to main content
Skip table of contents

Using OAuth 2.0 Authentication

Extending the functionality of Tempo to integrate with external systems or users requires the Tempo Administrator, Jira Administrator, Tempo Team Administrator, and Tempo Account Administrator permissions.

Integrators can use OAuth 2.0 to provide secure authentication for access to Tempo data.

The Implicit authorization grant type has been deprecated and can no longer be selected.

Generate Credentials for Access to Tempo Data

  1. Select Settings in the Tempo sidebar.

  2. Under Data Access, select OAuth 2.0 Applications.

  3. Add a New Application.

    oauth-new-app.png
  4. Enter NameRedirect URLs, and Client Type.

  5. Click Add.

Your named credentials are generated and added to the page. You can copy your credentials immediately or view them later.

oauth-creds.png

View Generated Credentials

  1. In the list of OAuth 2.0 Applications, find your named credentials.

  2. Open the Actions menu, and then select Credentials.

    oauth-actions-menu.png
  3. Click the Copy icon to the right of the Client ID or Client secret to copy it to the clipboard.

    oauth-creds.png

You can obtain an access token for your application, and then make requests to the Tempo REST API.

Update Generated Credentials

  1. In the list of OAuth 2.0 Applications, find your named credentials.

  2. Open the Actions menu, and then select Edit.

  3. Update the application, and then click Edit Application.

The named credentials are updated.

Revoke Credentials

  1. Select the credentials you want to revoke.

  2. Open the Actions menu, and then select Delete.

Refer to the Tempo REST API documentation for information about how to retrieve, restore, and revoke an access token. For detailed information about OAuth 2.0, consult their specification at https://oauth.net/2/ .

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.