Register OAuth application
Create an OAuth application in the Autodesk Platform Services portal to obtain a Client ID and Client Secret for the client credentials flow.
Sign in to Autodesk Platform Services
Sign in to the APS developer portal hub.

Open Applications page
After signing in, you will be directed to the Applications page.
- Click the Create application button in the top right.

Create application
Fill in the details in the dialog.
- App Name: e.g.
StackOne Integrations - Application Type: select Server-to-Server App
- Click Create.

Configure Callback URL
After the app is created, configure the Callback URL in the app settings page (required by the portal even though 2-legged does not use it).
- Callback URL:
https://api.stackone.com/connect/oauth2/autodesk/callback - Click Save changes.

Select APIs
Navigate to the API Access section in the app settings page. Enable the following APIs required for the StackOne integration.
- Data Management API — required for
data:*andbucket:*scopes (files, folders, hubs, projects, storage). - Forma API (formerly ACC) — required for
account:*scopes (account admin, projects, companies, users). - BIM 360 API — required for BIM 360 account administration endpoints (
/hq/v1/accounts/...). - Webhooks API — required if using webhook actions.
- You may deselect any other APIs you do not need.

Configure scopes
The following scopes are configured in StackOne’s connector setup, not in the APS portal. Select the scopes required for your integration.
Copy credentials
Open the application details page and copy the credentials.
- Copy the Client ID.
- Copy the Client Secret and store it securely for use later.
- The Client Secret is shown in full only once — regenerate it from the app details if lost.

Creating the StackOne Connector Profile
To create the Connector Profile in StackOne for Autodesk:Navigate to Connector Profiles
Create New Connector Profile
- Click + Connector Profile
- Search for and select Autodesk
- Select Type as OAuth 2.0 (Two-Legged)
- Fill out the fields using details retrieved from your provider:
- Client ID
- Client Secret
- Scopes (Optional)
- (Optional) Select Actions to be enabled for this Connector Profile
- Click Create profile