Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.alterauth.com/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Connect your users to Asana for project management, task tracking, and team collaboration.
PropertyValue
Provider IDasana
CategoryProductivity
PKCESupported
Token refreshAutomatic
Redirect URIShown in Developer Portal

Step 1: Create an Asana OAuth App

1

Go to the Asana Developer Console

Navigate to app.asana.com/0/my-apps and sign in.
2

Create a new app

Click Create New App. Enter your application name and select your workspace.
3

Add the redirect URL

Under OAuth, add the Redirect URI from the Developer Portal to the Redirect URLs field.
4

Get your credentials

Copy the Client ID and Client Secret.
Never share your Client Secret publicly. Store it securely and only enter it in the Alter Vault Developer Portal.

Step 2: Add to Alter Vault

1

Open the Developer Portal

Go to portal.alterauth.com and navigate to your app.
2

Add Asana provider

Go to OAuth Providers > Add Provider > Asana.
3

Enter credentials

  • Client ID: Paste your Asana Client ID
  • Client Secret: Paste your Asana Client Secret
4

Select scopes

Choose the scopes your app needs.
5

Save

Click Save. The provider is now active.

Available Scopes

ScopeDescription
defaultAccess to all Asana resources the user can access

Notes

  • Asana uses a single default scope that grants access to all resources the authenticated user has permissions for.
  • See the Asana OAuth documentation for more details on authentication and available endpoints.