AWS connect documentation change
Summary
Added 'copyDisplayNameFromAuthenticatedChat' parameter to copy authenticated user names to voice contacts
Security assessment
New feature documentation for handling authenticated user data, but no explicit security vulnerability addressed
Diff
diff --git a/connect/latest/adminguide/more-customizations-web-calling-widget.md b/connect/latest/adminguide/more-customizations-web-calling-widget.md index 5ec1caac3..d61bfa54b 100644 --- a/connect/latest/adminguide/more-customizations-web-calling-widget.md +++ b/connect/latest/adminguide/more-customizations-web-calling-widget.md @@ -113 +113,2 @@ You can implement some or all of the fields shown in the following example. When - } + }, + copyDisplayNameFromAuthenticatedChat: true @@ -133,0 +135 @@ Custom layout option | Type | Values | Description +`copyDisplayNameFromAuthenticatedChat` | boolean | `true` | `false` | In the case that the end customer is authenticated using the [Authenticate Customer](./authenticate-customer.html) flow block, setting the value to `true` will copy the display name to the voice contact. The default is `false`.