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.| Property | Value |
|---|---|
| Provider ID | asana |
| Category | Productivity |
| PKCE | Supported |
| Token refresh | Automatic |
| Redirect URI | Shown in Developer Portal |
Step 1: Create an Asana OAuth App
Go to the Asana Developer Console
Navigate to app.asana.com/0/my-apps and sign in.
Add the redirect URL
Under OAuth, add the Redirect URI from the Developer Portal to the Redirect URLs field.
Step 2: Add to Alter Vault
Open the Developer Portal
Go to portal.alterauth.com and navigate to your app.
Enter credentials
- Client ID: Paste your Asana Client ID
- Client Secret: Paste your Asana Client Secret
Available Scopes
| Scope | Description |
|---|---|
default | Access to all Asana resources the user can access |
Notes
- Asana uses a single
defaultscope 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.