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 Autodesk for CAD, BIM, and design data management through the Autodesk Platform Services (formerly Forge).
PropertyValue
Provider IDautodesk
CategoryDesign
PKCENot supported
Token refreshAutomatic
Redirect URIShown in Developer Portal

Step 1: Create an Autodesk OAuth App

1

Go to the Autodesk Platform Services Portal

Navigate to aps.autodesk.com/myapps and sign in.
2

Create an application

Click Create Application.
3

Select APIs

Select the APIs your application needs access to.
4

Add the callback URL

Add the Redirect URI from the Developer Portal to the Callback URL field.
5

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 Autodesk provider

Go to OAuth Providers > Add Provider > Autodesk.
3

Enter credentials

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

Select scopes

Choose the scopes your app needs.
5

Save

Click Save. The provider is now active.

Available Scopes

ScopeDescription
data:readRead access to data including files, folders, and projects
data:writeWrite access to data including uploading files and creating folders
data:createCreate new data resources like projects and storage locations
data:searchSearch across data resources
account:readRead access to account information
account:writeWrite access to account information
user:readRead access to user profile information
user:writeWrite access to user profile information
bucket:readRead access to OSS buckets
bucket:createCreate OSS buckets
bucket:updateUpdate OSS bucket permissions
bucket:deleteDelete OSS buckets

Notes

  • Autodesk does not support PKCE for 3-legged OAuth.
  • Formerly known as Forge, now Autodesk Platform Services (APS).
  • The data:read scope is included by default and is sufficient for most read-only use cases.