PTC Orbit for Administrators > Installation and Configuration > OAuth 2.0 Client Credentials Configuration Values
OAuth 2.0 Client Credentials Configuration Values
Reference values for OAuth scopes, callback and token URLs, and Matillion connection fields used when configuring the Salesforce Load component.
Required OAuth scopes
Scope
Identifier
Access the identity URL service
id, profile, email, address, phone
Manage user data via APIs
api
URL formats
Purpose
Format
Callback URL
https://<your_tenant_domain>/oauth
Token URL (regular account)
https://{your-company}.my.salesforce.com/services/oauth2/token
Token URL (sandbox account)
https://{your-company}--{your-sandbox}.sandbox.my.salesforce.com/services/oauth2/token
Matillion OAuth connection fields
Field
Value
OAuth name
A unique, descriptive name for the connection
Provider
Salesforce
Authentication type
OAuth 2.0 client credentials
Salesforce Token URL
Token URL built from the My Domain Name
Salesforce Integration Client ID
Consumer Key from the External Client App
Salesforce Integration Client Secret
Consumer Secret from the External Client App
Values configuration options
Configuration Options
Description
Default values
A fallback credential applied to all environments, allowing a single credential to be shared across multiple environments.
Environment overrides
Per-environment credentials that override the default value for a specific environment.
Was this helpful?