Skip to main content
Version: 2

Create External Client Application

info

Create an External Client App used by Plinqx Publisher for OAuth-based authentication.

Create the External Client App

  1. Open Setup.
  2. In Quick Find, search for External Client Apps and open External Client App Manager.
  3. Click New External Client App.
  4. Complete Basic Information (example values shown):
    • External Client App Name: Plinqx Admin
    • Contact Email: your admin/support email address

External Client App - Basic Information

  1. Enable OAuth Settings (API section).
  2. Configure the required OAuth scopes and callback URL.
info

Callback URL: https://<your-salesforce-domain>/services/authcallback/Plinqx

Required OAuth scopes:

  • Perform requests at any time (refresh_token, offline_access)
  • Manage user data via APIs (api)
  • Manage user data via Web browsers (web)

Additional settings:

  • Enable Device Flow
  • Require secret for Web Server Flow
  • Require secret for Refresh Token Flow

External Client App - OAuth settings

  1. Click Create (or Save) to create the External Client App.

Salesforce generates the Consumer Key and Consumer Secret. These are required for the Authentication Provider setup.

Retrieve the Consumer Key and Secret

  1. Once created, in the OAuth Settings panel click Consumer Key and Secret.

Consumer Key and Secret

  1. Enter the Verification Code emailed to you or generated by your 2FA app, then click Verify.
  2. Copy the Consumer Key and Consumer Secret. You will use these for the Plinqx Auth Provider in the next step.