AWS Security ChangesHomeSearch

AWS connect documentation change

Service: connect · 2026-07-01 · Documentation low

File: connect/latest/adminguide/troubleshoot-sr.md

Summary

Added troubleshooting section for rule-based screen recording redaction, including missing recordings, audio issues, overlay positioning, extension deployment problems, permission errors, and unredacted content scenarios.

Security assessment

The changes document troubleshooting for a security feature (rule-based redaction) but do not address a specific vulnerability. They provide operational guidance for an existing security control without evidence of patching a security flaw.

Diff

diff --git a/connect/latest/adminguide/troubleshoot-sr.md b/connect/latest/adminguide/troubleshoot-sr.md
index b9fe23a1a..a109f8d42 100644
--- a//connect/latest/adminguide/troubleshoot-sr.md
+++ b//connect/latest/adminguide/troubleshoot-sr.md
@@ -7 +7 @@
-Connect Customer Client Application log files (Windows)Shared Worker logs (Windows and ChromeOS)
+Connect Customer Client Application log files (Windows)Shared Worker logs (Windows and ChromeOS)Troubleshoot rule-based redaction
@@ -24,0 +25,4 @@ This file contains logs for screen recording activities. (Not applicable for ver
+  * `%USERPROFILE%\AppData\Local\Amazon\Amazon.Connect.Client.Messaging.NativeHost\Logs`
+
+This file contains logs for extension IPC messages. (Not applicable for version < 3.x.)
+
@@ -68,0 +73,80 @@ Open your CCP. It must be open so you can view the **ClientAppInterface** shared
+## Troubleshoot rule-based redaction
+
+If you use [Rule-based redaction for screen recordings](./rule-based-redaction-screen-recording.html), the following sections describe common issues and how to resolve them.
+
+### The redacted recording is missing
+
+The redacted recording is produced after the contact ends and after the unredacted recording is finalized. It can take longer than the unredacted version to appear, especially when Contact Lens call recording redaction is also enabled, because the redacted audio must be available before the redacted video is stitched. Allow extra time before treating it as missing.
+
+If the redacted recording still has not appeared after a reasonable wait, check the following.
+
+  * Confirm that screen recording was enabled for the contact by checking the contact record.
+
+  * Confirm that the contact flow invoked the **Set recording, analytics, and processing behavior** block with rule-based redaction enabled before the contact was routed to the agent. For instructions, see [Configure rule-based redaction](./configure-rule-based-redaction.html).
+
+  * Confirm that the Connect Customer browser extension was installed and enabled on the agent's browser during the contact. See [Deploy the browser extension](./deploy-browser-extension.html).
+
+  * Confirm that the Connect Customer Client Application on the agent workstation is version 3.0.2 or later.
+
+
+
+
+### The redacted recording has no audio
+
+When rule-based redaction is enabled for a contact, Connect Customer stitches the redacted video with the redacted call recording only if Contact Lens call recording redaction is also enabled for the contact. If Contact Lens call recording redaction is not enabled, the redacted recording is produced with no audio. This prevents the original audio from being exposed alongside a redacted video and is by design.
+
+  * To produce a redacted recording that includes redacted audio, enable Contact Lens call recording redaction for the contact in addition to rule-based screen redaction. See [Use sensitive data redaction with Contact Lens](https://docs.aws.amazon.com/connect/latest/adminguide/sensitive-data-redaction.html).
+
+  * If a user needs to review the original audio, remove the **Screen recording (redacted) - Access** permission and grant them the **Screen recording - Access** permission so they can play the unredacted recording, which preserves the original audio.
+
+
+
+
+### The redaction overlay appears in the wrong position
+
+  * Confirm that the agent's Connect Customer Client Application is version 3.0.2 or later. Earlier versions have known issues with multi-monitor DPI scaling.
+
+  * Confirm that the Connect Customer browser extension is version 2.1.0 or later.
+
+  * If the issue persists on a specific workstation, collect diagnostic logs using the Connect Customer Client Application log collection tool, then open an [AWS Support case](https://console.aws.amazon.com/support/home).
+
+
+
+
+### The Connect Customer browser extension is missing on an agent's workstation
+
+The extension is deployed at user scope through your enterprise browser policy, so this typically indicates that the agent is not in the targeted user group, or that the policy has not yet been applied on the workstation.
+
+  * Confirm that the agent is included in the security group or Entra ID group that your enterprise extension policy targets. For details, see [Deploy the browser extension](./deploy-browser-extension.html).
+
+  * On the agent's workstation, open `chrome://extensions`, `edge://extensions`, or `about:addons` to confirm whether the extension is present and enabled.
+
+  * If the policy was applied recently, ask the agent to restart the browser so the policy refresh picks up the new extension.
+
+  * For Chrome and Edge, you can also open `chrome://policy` or `edge://policy` and confirm that **ExtensionSettings** contains the Connect Customer extension ID with status **OK**.
+
+
+
+
+### An authorized user cannot view a redacted recording
+
+  * Confirm that the user's security profile includes the **Screen recording (redacted) - Access** permission. If the user also needs to download the redacted recording, confirm that the profile includes **Screen recording (redacted) - Enable download button**. For details, see [Permissions for redacted recordings](./rule-based-redaction-screen-recording.html#permissions-for-redacted-recordings).
+
+  * Confirm that the contact flow for the contact enabled rule-based redaction. A contact that was recorded without a redaction rule does not produce a redacted file.
+
+
+
+
+### A redacted recording shows unredacted content
+
+  * Confirm that the Connect Customer browser extension is installed and was enabled during the contact. If the extension is uninstalled or disabled, the Connect Customer Client Application records without redaction.
+
+  * Confirm that the Connect Customer Client Application on the agent workstation is version 3.0.2 or later.
+
+
+
+
+### Related information
+
+For general agent screen recording troubleshooting, including browser Local Network Access (LNA) restrictions, see [Troubleshoot screen recording](./troubleshoot-screen-recording.html).
+
@@ -75 +159 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please
-Review agent screen recordings
+Deploy the browser extension