Autodesk Fusion · Authentication Profile

Autodesk Fusion Authentication

Authentication

Autodesk Fusion secures its APIs with http and oauth2 across 4 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode, clientCredentials, and implicit flow(s).

CADCAMCAEManufacturingDesign AutomationGraphQLRESTAutodesk Platform Services
Methods: http, oauth2 Schemes: 4 OAuth flows: authorizationCode, clientCredentials, implicit API key in:

Security Schemes

2-legged oauth2
· flows: clientCredentials
3-legged-implicit oauth2
· flows: implicit
3-legged oauth2
· flows: authorizationCode
client-credentials http
scheme: basic

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/accountadmin.yaml, openapi/authentication.yaml, openapi/datamanagement.yaml,
  openapi/issues.yaml, openapi/modelderivative.yaml, openapi/oss.yaml, openapi/secureserviceaccount.yaml,
  openapi/webhooks.yaml
summary:
  types:
  - http
  - oauth2
  oauth2_flows:
  - authorizationCode
  - clientCredentials
  - implicit
schemes:
- name: 2-legged
  type: oauth2
  flows:
  - flow: clientCredentials
    scopes: 0
  sources:
  - openapi/accountadmin.yaml
  - openapi/authentication.yaml
  - openapi/datamanagement.yaml
  - openapi/issues.yaml
  - openapi/modelderivative.yaml
  - openapi/oss.yaml
  - openapi/secureserviceaccount.yaml
  - openapi/webhooks.yaml
- name: 3-legged-implicit
  type: oauth2
  flows:
  - flow: implicit
    scopes: 0
  sources:
  - openapi/accountadmin.yaml
  - openapi/issues.yaml
- name: 3-legged
  type: oauth2
  flows:
  - flow: authorizationCode
    scopes: 0
  sources:
  - openapi/accountadmin.yaml
  - openapi/authentication.yaml
  - openapi/datamanagement.yaml
  - openapi/issues.yaml
  - openapi/modelderivative.yaml
  - openapi/oss.yaml
  - openapi/webhooks.yaml
- name: client-credentials
  type: http
  scheme: basic
  description: Basic Authorization by providing client id and client secret.
  sources:
  - openapi/authentication.yaml
  - openapi/secureserviceaccount.yaml