Best way to secure deploymentKey & orgGuid

In web chat widget configuration, what's the best way to secure deploymentKey & orgGuid. Currently, anyone can easily access them in the browser.
I am stuck with my development because of this.

`      transport: {
    type: "purecloud-v2-sockets",
    dataURL: "https://api.mypurecloud.com", // replace with API URL matching your region
    deploymentKey: "<>", // replace with your Deployment ID
    orgGuid: "<>" // replace with your Organization ID
    interactionData: {
      routing: {
        targetType: "QUEUE",
        targetAddress: "Support",
        priority: 2,
      },
    },
  },`

These are values that you must have on your website and they must be exposed directly to your site's users.

1 Like

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.