Propel Software (Propel PLM) · Authentication Profile

Propelplm Authentication

Authentication

Propel Software (Propel PLM) secures its APIs with oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode and implicit flow(s).

CompanyProduct Lifecycle ManagementPLMQuality ManagementQMSProduct Information ManagementPIMManufacturingSalesforceBill of MaterialsChange Management
Methods: oauth2 Schemes: 2 OAuth flows: authorizationCode, implicit API key in:

Security Schemes

oAuth2Implicit oauth2
· flows: implicit
salesforceOAuth oauth2
· flows: authorizationCode

Source

Authentication Profile

Raw ↑
generated: '2026-07-20'
method: derived
source: openapi/propelplm-configuration-openapi.yml, openapi/propelplm-core-openapi.yml, openapi/propelplm-manufacturer-item-openapi.yml,
  openapi/propelplm-manufacturer-part-openapi.yml, openapi/propelplm-pim-openapi.yml
summary:
  types:
  - oauth2
  oauth2_flows:
  - authorizationCode
  - implicit
schemes:
- name: oAuth2Implicit
  type: oauth2
  flows:
  - flow: implicit
    authorizationUrl: '{{url}}{{site}}/services/oauth2/authorize'
    scopes: 1
  description: This API uses OAuth 2 with the implicit grant flow.
  sources:
  - openapi/propelplm-configuration-openapi.yml
  - openapi/propelplm-manufacturer-item-openapi.yml
  - openapi/propelplm-manufacturer-part-openapi.yml
- name: salesforceOAuth
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://login.salesforce.com/services/oauth2/authorize
    tokenUrl: https://login.salesforce.com/services/oauth2/token
    scopes: 4
  description: Salesforce OAuth 2.0 (Connected App). Server-side (authorization code) flow.
  sources:
  - openapi/propelplm-core-openapi.yml
  - openapi/propelplm-pim-openapi.yml