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.