Serie: Configure CX Cloud, Digital y AI para Salesforce Service Cloud Voice

Crear un cliente OAuth para Salesforce Service Cloud Voice

Requisitos previos:
  • OAuth > Client > Add permission in Genesys Cloud

To allow the Lightning app in Salesforce Service Cloud Voice to receive a token, create an OAuth client. The token allows the app to make requests to the Genesys Cloud API and represents the user’s permissions for the app to access Genesys Cloud data. The app uses tokens when requests to API endpoints require authorization.

  1. Hacer clic Administración.
  2. En Integraciones, haga clic en OAuth.
  3. Haga clic en Añadir cliente. Aparece la pestaña Detalles del cliente.
  4. Set App Name to a descriptive name of the app. This name appears when someone authorizes this OAuth client.
  5. (Opcional) En el Descripción cuadro, escriba una breve descripción de la aplicación.
  6. Next, set the duration of time until tokens created with this client expire. Accept the default duration, or enter a value between 300 and 172800 seconds. This sets the lifetime of the token to a maximum of two days or less.
  7. Select Token Implicit Grant as the Grant Types. Grant Types set the way that an application obtains an access token.
    Note: Implicit Grant (Browser) is a single-step authentication process where a user authenticates with Genesys Cloud and the client application directly receives an access token. This option provides less security for the access token than the authorization code grant, but is ideal for client-side browser applications (for example, JavaScript) and most desktop applications (for example, .NET WPF/WinForms or Java desktop programs).
  8. In the Authorised redirect URIs box, enter your Salesforce Service cloud URI for the OAuth configuration. Your Salesforce URI format is: https://xxxx.lightning.force.com/lightning/page/home, where xxxx is the name of your Salesforce org.
    Note: If the Use Pop-up Authentication is set to Yes in the CX Cloud, Digital and AI utility, then the redirect URL uses the static resources in /resource/genesysps__genesysAuthCallback. The URL format is:  https://xxxx.lightning.force.com/resource/genesysps__genesysAuthCallback.
  9. Click the Scope box and then add the following list of scopes to your app:
    • conversaciones
    • notificaciones
    • presencia
    • response-management:readonly
    • enrutamiento: solo lectura
    • Subir
    • usuarios: solo lectura
    • webdeployments:readonly
    • mensajería:sólo lectura
  10. Hacer clic Ahorrar. Genesys Cloud crea un ID de cliente y un secreto de cliente (token).