Register an Asana OAuth application
Register the Asana OAuth application to access the Asana API 1.0 and to receive a Client ID and Client secret.
Before you begin
Asana Role required: admin
- The Asana Integration Hub spoke must be active. For more information, see Asana Spoke.
Procedure
Log in to your Asana account.
Select the user's profile icon on the top-right corner.
Select My Settings.
Select the Apps tab.
Select the Manage Developers App link at the bottom to navigate to the developer console window.
Select + Create new app.
On the Create new app page, provide a name for your application.
Select the I agree to API terms and conditions check box.
Select Create app.
Provide basic information about your application.
Select OAuth in the left-pane.
Copy the Client ID and Client secret for later use.
In the Redirect URLs field, select + Add redirect URL.
Enter
https://<instance>.service-now.com/oauth_redirect.dowhere <instance> is the name of your ServiceNow instance.