How to create a Connected App in Salesforce?

Steps:

 The steps on how to create a Connected App in Salesforce, which will generate a Client ID and Secret that you need to provide to the Salesforce SDK.
Steps: https://help.salesforce.com/s/articleView?id=platform.ev_relay_create_connected_app.htm&type=5
 
  1. Go to Setup > External Client Apps > Settings. Enable AllowCreation of connected apps, and then click on New Connected App.

  2. Provide the settings below and ensure to disable PKCE.
    • Callback URL: https://www.workato.com/oauth/callback
    • OAuth Scopes: 
      Access the identity URL service (id, profile, email, address, phone)
      Manage user data via API (api)
      Perform requests at any time (refresh_token,offline_access
    • Require Secret for Web Server Flow
    • Require Secret for Refresh Token Flow

    •  

    •  
    • Enable Require Authorisation Code and Credentials Flow

       
  3. Click on Manage Consumer Details to Generate the Consumer Key and Secret. Copy and save it.



     
  4. Go to Managed Connected Apps > Select the Connected app you created
    Select Relax IP Restrictions, and the Refresh token is valid until revoked


  5. ​In the Salesforce SDK connection, paste the Consumer Key and Secret retrieved from Salesforce.
    In the Salesforce community custom domain URL, retrieve it from the customer's profile in Salesforce.




     
  6. There should be an Assignment Rule ID field for creating accounts in batches.
 
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.