Salesforce Dictionary - Free Salesforce GlossarySalesforce Dictionary
Full External Client App Manager entry
How-to guide

How to set up External Client App Manager in Salesforce

External Client App Manager is the modern replacement for Connected Apps in newer Salesforce releases — registering and managing third-party apps that authenticate to Salesforce. Salesforce introduced External Client Apps to better support the modern OAuth ecosystem; existing Connected Apps continue to work but new development should use External Client Apps.

By Dipojjal Chakrabarti · Editor, Salesforce DictionaryLast updated Apr 20, 2026

External Client App Manager is the modern replacement for Connected Apps in newer Salesforce releases — registering and managing third-party apps that authenticate to Salesforce. Salesforce introduced External Client Apps to better support the modern OAuth ecosystem; existing Connected Apps continue to work but new development should use External Client Apps.

  1. Open Setup → External Client App Manager

    Setup gear → Quick Find: External Client App → External Client App Manager.

  2. Click New External Client App

    Top-right. Distinct from the Connected App creation flow in App Manager.

  3. Set Name, API Name, Description, Contact Email

    Standard app metadata.

  4. Configure OAuth settings

    Callback URL, Selected OAuth Scopes, refresh token policies — same options as Connected Apps but in a modernized UI.

  5. Configure External Credential (auth)

    Modern Named Credentials split — auth lives in External Credential, endpoint in Named Credential.

  6. Save

    App is registered. Salesforce generates Consumer Key + Consumer Secret — save them immediately, the secret is only shown once.

  7. Configure post-save permissions

    Permitted Users, IP Relaxation, Refresh Token Policy — same governance options as Connected Apps.

Key options
OAuth Settingsremember

Callback URL, Scopes, token policies.

External Credential linkremember

Modern auth pattern.

Permitted Usersremember

All users may self-authorize / Admin approved.

IP Relaxationremember

Per-app override of Network Access.

Gotchas
  • External Client Apps are the modern direction. Salesforce continues to support legacy Connected Apps but recommends External Client Apps for new integrations — confirm which path your org should use.
  • Consumer Secret only shows fully on first save. Save it to your secrets manager immediately — once you navigate away, the Secret is hidden permanently.
  • After Save, External Client Apps may need ~5 minutes to propagate to Salesforce's auth servers. Don't panic if your first OAuth attempt 401s right after creating — wait and retry.

See the full External Client App Manager entry

External Client App Manager includes the definition, worked example, deep dive, related terms, and a quiz.