Newer Version Available
Set Up OAuth in Your Service Cloud Voice Connected App
If you want to use the InvokeSalesforceRestApiFunction Lambda function, set up OAuth in a Salesforce connected
app.
Before you start, create a private key and a self-signed certificate.
- From Setup, enter Apps in the Quick Find box, and select App Manager.
- Select Managed Connected Apps and find your app. The app name is: {Your Contact Center Name} Connected App. If you don’t already have a connected app for Amazon Connect or if you want to use a separate app, create a connected app.
- Click Edit in the dropdown menu.
- Click Enable OAuth Settings.
- For the Callback URL, enter: http://localhost:1717/OauthRedirect
- Select Use digital signatures and upload your self-signed certificate file.
-
For the Selected OAuth Scopes, ensure that the following scopes are selected.
- Access and manage your data (api)
- Perform requests on your behalf at any time (refresh_token, offline_acess)
- Save your settings.
- From the saved connected app with OAuth, copy the Consumer Key to be used on the Amazon Connect system.
- The screen that appears shows the consumer key. Copy the Consumer Key so you can use in on AWS.