AWS connect documentation change
Summary
Replaced 'leverage' with 'use' in descriptions of authentication profiles and SDK integration
Security assessment
Language simplification without modifying security functionality. Automatic logout feature description remains unchanged.
Diff
diff --git a/connect/latest/adminguide/authentication-profiles.md b/connect/latest/adminguide/authentication-profiles.md index e467e549c..3790fcd3b 100644 --- a//connect/latest/adminguide/authentication-profiles.md +++ b//connect/latest/adminguide/authentication-profiles.md @@ -238 +238 @@ An Connect Customer session is defined as a continuous period of authenticated a -By default, users in your Connect Customer instance remain signed in until the maximum session duration of 12 hours elapses, with no automatic logout for inactivity. However, organizations with stricter security and compliance requirements can leverage authentication profiles to enable automatic sign-out when users become inactive. Once enabled, this feature monitors user activity patterns and automatically ends sessions after the configured session inactivity duration has passed. +By default, users in your Connect Customer instance remain signed in until the maximum session duration of 12 hours elapses, with no automatic logout for inactivity. However, organizations with stricter security and compliance requirements can use authentication profiles to enable automatic sign-out when users become inactive. Once enabled, this feature monitors user activity patterns and automatically ends sessions after the configured session inactivity duration has passed. @@ -266 +266 @@ Customers who integrate their contact center with a third-party vendor (such as -Customers who leverage AmazonConnectStreams or the AmazonConnectSDK to integrate their existing web applications with Connect Customer must implement activity handling as part of their integration before enabling automatic log-out on user inactivity. See the AmazonConnectStreams or AmazonConnectSDK documentation for more information. +Customers who use AmazonConnectStreams or the AmazonConnectSDK to integrate their existing web applications with Connect Customer must implement activity handling as part of their integration before enabling automatic log-out on user inactivity. See the AmazonConnectStreams or AmazonConnectSDK documentation for more information.