You are here:
Associate an External Client App with the Source Org Global Settings File
To associate an external client app with the source org’s global settings, configure the metadata files to reference the source org and then deploy the external client app from the linked org.
- Delete OAuth settings file from org 3.
sf project delete source --source-dir force-app/main/default/extlClntAppOauthSettings --target-org johndoe@example3.com - Retrieve metadata files from the source org.
sf project retrieve start --manifest package.xml --target-org johndoe@example.com - Remove the global settings file in the package.xml file.
- Deploy the configured external client app metadata in org 3.
sf project deploy start –-manifest package.xml --target-org johndoe@example3.com - Verify that the deployment succeeds by locating three files in the external client
app.
- Header file
- Settings file
- Policies file
- Initiate the Authorize Endpoint for an Associated External Client App
After the associated org metadata is configured to reference the developer org’s global settings file, initiate an OAuth flow to acquire an access token.

