25 Mar 2025

Introducing Secure Service Accounts (SSA) – Now in Public Beta!

We’re excited to announce the public beta release of the new Secure Service Accounts (SSA) API — a more secure, flexible, and modern way to authenticate server-to-server integrations with Autodesk Platform Services (APS).

 

Why Secure Service Accounts?

Traditionally, developers building backend integrations used 2-legged OAuth (2LO), which was limited to a small subset of APS endpoints or relied on specialized user-impersonation workarounds that mimicked 3LO calls.

However, most critical ACC/BIM360 APIs are '3LO only,' effectively locking out 2LO automation. Using workarounds involving login prompts and refresh tokens, isn't ideal for long-term security, scalability, or governance.

Secure Service Accounts solve this by letting you:

  • Authenticate using a secure private-key

  • Apply precise, user-like permissions to specific projects and hubs

  • Eliminate the need to store or share passwords for automation purposes 

SSAs give your app integrations just enough access, aligning with zero trust principles and modern enterprise security standards.

 

Key Features

🔐 No More Login Box, ReCaptcha or OTP
Use a private key to authenticate via JSON Web Tokens (JWT), eliminating the need to manage a login box prompt or refresh token.

⚙️ Built for Automation
Perfect for CI/CD pipelines, data integrations, and backend tasks — all without user interaction.

📋 Audit-Ready
SSA token usage is traceable, like a typical user in the ACC activity log system, and fits cleanly into enterprise compliance models.

 

What's in the Beta

This public beta gives you access to:

 

Get Started

Follow the three step "SSA - How to Guide" found in the API documentation.

3steps

 

Feedback Welcome

This is just the beginning. We’re working on expanding support across the remaining 3LO APIs, adding a restriction feature for Data Management API via 2LO and UI improvements to our ACC and management Portal.

  • If you're using SSA during the beta, we’d like your feedback via ssa-api-beta-feedback@autodesk.com.
  • For support, contact us through the   'Support - > Get Help" mechanism.

Related Article