Buildingconnected · Authentication Profile

Buildingconnected Authentication

Authentication

Buildingconnected secures its APIs with oauth2 and openIdConnect across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode, clientCredentials, and refreshToken flow(s).

CompanyConstructionPreconstructionBid ManagementConstruction TechnologyAutodeskAutodesk Platform ServicesSubcontractor Management
Methods: oauth2, openIdConnect Schemes: 2 OAuth flows: authorizationCode, clientCredentials, refreshToken API key in:

Security Schemes

APS OAuth 2.0 oauth2
APS OpenID Connect openIdConnect

Source

Authentication Profile

buildingconnected-authentication.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://developer.api.autodesk.com/.well-known/openid-configuration
docs: https://aps.autodesk.com/en/docs/oauth/v2/developers_guide/overview/
summary:
  types: [oauth2, openIdConnect]
  oauth2_flows: [authorizationCode, clientCredentials, refreshToken]
  pkce: true
  pkce_methods: [S256]
  provider: Autodesk Platform Services (APS) shared OAuth 2.0 / OIDC authorization server
schemes:
- name: APS OAuth 2.0
  type: oauth2
  issuer: https://developer.api.autodesk.com
  authorization_endpoint: https://developer.api.autodesk.com/authentication/v2/authorize
  token_endpoint: https://developer.api.autodesk.com/authentication/v2/token
  revocation_endpoint: https://developer.api.autodesk.com/authentication/v2/revoke
  introspection_endpoint: https://developer.api.autodesk.com/authentication/v2/introspect
  jwks_uri: https://developer.api.autodesk.com/authentication/v2/keys
  grant_types: [authorization_code, client_credentials, refresh_token]
  token_endpoint_auth_methods: [client_secret_basic, client_secret_post]
  id_token_signing_alg: [RS256]
  sources: [well-known/buildingconnected-openid-configuration.json]
- name: APS OpenID Connect
  type: openIdConnect
  openIdConnectUrl: https://developer.api.autodesk.com/.well-known/openid-configuration
  userinfo_endpoint: https://api.userprofile.autodesk.com/userinfo
  sources: [well-known/buildingconnected-openid-configuration.json]
notes: >-
  The BuildingConnected API does not run its own authorization server; it authenticates
  through the platform-wide APS OAuth 2.0 service (two-legged client_credentials and
  three-legged authorization_code with PKCE). Endpoints and grant types captured verbatim
  from the live authorization-server discovery document.