Loading
Salesforce now sends email only from verified domains. Read More
Identify Your Users and Manage Access
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          Disassociate an External Client App from the Source Org’s Global Settings File

          Disassociate an External Client App from the Source Org’s Global Settings File

          When an external client app in one org relies on the global settings file in a source org, you can break the link between the two orgs and generate a unique global settings file for the org.

          To disassociate the linked external client app in org 2 from its source org global settings in org 1, there are two options.

          Complete these steps to configure the files in org 2 and disassociate it from org 1.

          1. Delete OAuth settings file in org 2.
            sf project delete source --source-dir force-app/main/default/extlClntAppOauthSettings --target-org johndoe@example2.com
          2. Retrieve the metadata files from the source org.
            sf project retrieve start --manifest package.xml --target-org johndoe@example.com
          3. Remove the OAuth link from the settings file.
          4. Verify that all four external client app files are referenced in the package.xml file.
          5. Deploy the configured external client app metadata in org 2.
            sf project deploy start --manifest package.xml --target-org johndoe@example2.com
          6. Verify that the OAuth link exists in the settings file and is correct for org 2.
            [Org2_ID]:[Org2_Consumer_ID]
           
          Loading
          Salesforce Help | Article