OAuth 2.0 Web Server Flow for Web App Integration

Connect to an instance of Salesforce using an OAuth 2.0 Web Server flow

This flow now requires an installed External Client App that is availible through a Managed Pacakge named "Pineapple Tools - External Client Apps (Version v64.0 - 0.2)".Install the package using the following CLI Command:

sf package install -p "04tP3000001QRnBIAW" --target-org "alias" -w 30
Or install using the following URL:
[my_domain_url]/packaging/installPackage.apexp?p0=04tP3000001QRnBIAW
Always validate the package Id as per displayed and make sure the namespace is "ananas"

  • Session Id WILL work with frontdoor.jsp
  • Documentation