Salesforce — connected app
salesforce/api · version 1
envs add salesforce/api
This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.
| Key | Needed | Kind | Notes |
|---|---|---|---|
SALESFORCE_INSTANCE_URL |
required | config | Your org's own host, unique per tenant unlike most vendors. An address: it routes the request and authenticates nothing.. where to get it |
SALESFORCE_CONSUMER_KEY |
required | secret | The connected app's client id. Salesforce never separates it as publishable, so it stays with the secret.. where to get it |
SALESFORCE_CONSUMER_SECRET |
required | secret | Salesforce treats confidentiality as the default and offers a setting to turn it off for apps that cannot keep one. Rotation is first class here: a named permission allows rotating the key and secret in place.. where to get it |