integration-connectivity-connected-app-configure

Configure Salesforce OAuth app metadata for Connected Apps and External Client Apps.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG --skill integration-connectivity-connected-app-configure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integration-connectivity-connected-app-configure
Source: https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG/tree/main/.agents/skills/integration-connectivity-connected-app-configure
Command: npx skills add https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG --skill integration-connectivity-connected-app-configure

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

This Skill removes the complexity of configuring Salesforce OAuth applications by turning Connected App and External Client App requirements into deployable metadata and clear security decisions.

Core Features & Use Cases

  • App Setup and Selection: Decide whether a Connected App or External Client App is the best fit for a given integration.
  • OAuth Flow Design: Configure authorization code, PKCE, JWT bearer, device, or client credentials patterns based on the use case.
  • Security and Migration Guidance: Review scopes, callback URLs, token policies, certificates, and migration paths from older Connected App patterns to newer ECA patterns.
  • Use Case: A team launching a mobile app can use this Skill to choose ECA, enable PKCE, define minimal scopes, and prepare the correct metadata files for deployment.

Quick Start

Use the integration-connectivity-connected-app-configure skill to plan, secure, and generate the Salesforce OAuth app metadata you need for your integration.

Frequently Asked Questions about integration-connectivity-connected-app-configure

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure Salesforce Connected App metadata for OAuth integrations?

A Connected App is suited for legacy compatibility, while an External Client App is the newer, recommended pattern for modern integrations. This skill helps you decide which fits your use case and generates the correct metadata files for deployment.

How do I set up PKCE and JWT bearer authentication for a Salesforce External Client App?

Migrate from Connected Apps to External Client Apps by generating new ECA metadata files while maintaining legacy compatibility. This skill guides the transition, validating ECA file naming constraints and ensuring minimal scopes are defined.

What is the difference between a Connected App and an External Client App in Salesforce?

A Connected App is suited for legacy compatibility, while an External Client App is the newer, recommended pattern for modern integrations. This skill helps you decide which fits your use case and generates the correct metadata files for deployment.

How do I set up PKCE and JWT bearer authentication for a Salesforce External Client App?

Migrate from Connected Apps to External Client Apps by generating new ECA metadata files while maintaining legacy compatibility. This skill guides the transition, validating ECA file naming constraints and ensuring minimal scopes are defined.

What OAuth flows can I configure for Salesforce API integrations?

You can configure authorization code, PKCE, JWT bearer, device, or client credentials OAuth flows for Salesforce API integrations. This skill maps your integration requirements to the correct flow and produces the matching metadata.

How do I migrate from a Connected App to an External Client App?

Migrate from Connected Apps to External Client Apps by generating new ECA metadata files while maintaining legacy compatibility. This skill guides the transition, validating ECA file naming constraints and ensuring minimal scopes are defined.