Newforma · Authentication Profile

Newforma Authentication

Authentication

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

CompanyAECConstructionArchitectureEngineeringBIMBuilding Information ModelingProject ManagementIssue TrackingCollaboration
Methods: oauth2, openIdConnect, apiKey Schemes: 3 OAuth flows: authorizationCode, clientCredentials API key in: header

Security Schemes

OAuth2 oauth2
· flows: authorizationCode, clientCredentials
openIdConnect openIdConnect
Bearer apiKey
· in: header (Authorization)

Source

Authentication Profile

Raw ↑
generated: '2026-07-20'
method: searched
source: openapi/newforma-konekt-openapi-original.json
docs: https://konekt.help.newforma.com/4408494681869-integrations-api/360008491831-api/360060182352-using-oauth-2-0/
summary:
  types:
  - oauth2
  - openIdConnect
  - apiKey
  api_key_in:
  - header
  oauth2_flows:
  - authorizationCode
  - clientCredentials
  notes: >-
    The Newforma Konekt (formerly BIM Track) API supports two authentication styles. Integrations use
    OAuth 2.0 / OpenID Connect against the IdentityServer at https://auth.bimtrackapp.co using the PKCE
    (S256) Authorization Code flow; client_credentials, refresh_token, device_code and token-exchange
    grants are also advertised by the OIDC discovery document. Client id/secret are issued manually by
    Newforma via the partner API request form. Hub owners can alternatively generate a long-lived API
    access token presented as a Bearer token in the Authorization header (this is the single scheme the
    OpenAPI advertises).
schemes:
- name: OAuth2
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://auth.bimtrackapp.co/connect/authorize
    tokenUrl: https://auth.bimtrackapp.co/connect/token
    pkce: S256
    scopes_count: 11
  - flow: clientCredentials
    tokenUrl: https://auth.bimtrackapp.co/connect/token
  issuer: https://auth.bimtrackapp.co
  source: https://auth.bimtrackapp.co/.well-known/openid-configuration
- name: openIdConnect
  type: openIdConnect
  openIdConnectUrl: https://auth.bimtrackapp.co/.well-known/openid-configuration
  source: well-known/newforma-openid-configuration.json
- name: Bearer
  type: apiKey
  in: header
  parameter: Authorization
  description: >-
    API access token (Bearer) generated by a Hub owner; also carries an OAuth2 bearer access token. This
    is the scheme declared in the OpenAPI securitySchemes.
  sources:
  - openapi/newforma-konekt-openapi-original.json