configuring-connected-apps

Automate OAuth configuration and 120-point security scoring for Salesforce Connected Apps.

Updated Jun 1, 2026
One-click install
npx skills add https://github.com/Collabalist/SFDC --skill configuring-connected-apps-collabalist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: configuring-connected-apps
Source: https://github.com/Collabalist/SFDC/tree/main/.agents/skills/configuring-connected-apps
Command: npx skills add https://github.com/Collabalist/SFDC --skill configuring-connected-apps-collabalist

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires salesforce, pandas, xml.etree.ElementTree, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the configuration of Salesforce Connected Apps and External Client Apps, streamlining the OAuth setup and security scoring process.

Core Features & Use Cases

  • App Generation: Automatically create Connected Apps or ECAs based on user requirements.
  • Security Scoring: Perform a 120-point security validation across six categories.
  • Template Library: Utilize pre-built templates for common OAuth flows.
  • Migration Support: Guide users through migrating from Connected Apps to ECAs.
  • Best Practices: Built-in security recommendations.
  • Use Case: A user can create a new Salesforce Connected App with just a few commands, ensuring all security requirements are met.

Quick Start

Use the configuring-connected-apps skill to create a Connected App named "MyIntegration" with API and RefreshToken scopes for server-to-server integration.

Frequently Asked Questions about configuring-connected-apps

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

FAQPage Schema
How do I automate Salesforce Connected Apps OAuth configuration?

You can automate Salesforce Connected Apps OAuth configuration by using scripts to generate apps based on requirements and applying pre-built templates for common OAuth flows, streamlining the entire setup process.

What is the security scoring process for Salesforce External Client Apps?

Security scoring for Salesforce External Client Apps is a 120-point validation process across six categories. It evaluates OAuth configurations to ensure all security requirements are met and provides built-in best practice recommendations.

Can I migrate from Salesforce Connected Apps to External Client Apps?

Yes, you can migrate from Connected Apps to External Client Apps. The process provides guidance to help you transition your existing OAuth integrations to the newer External Client Apps architecture.

Do I need Python to set up Salesforce OAuth and security scoring?

Yes, you need Python to set up Salesforce OAuth and security scoring. The automation requires Python libraries like pandas and xml.etree.ElementTree for processing app metadata and managing OAuth configurations.

How do I create a Salesforce Connected App for server-to-server integration?

To create a Salesforce Connected App for server-to-server integration, you specify the app name and assign API and RefreshToken scopes. The automation handles the OAuth setup and validates the configuration against security requirements.

What are the limitations of automating External Client Apps configuration?

Limitations of automating External Client Apps configuration include dependency on specific Python libraries for metadata processing and the need to align generated OAuth scopes and security scoring with your specific Salesforce environment policies.