AWS bedrock-agentcore documentation change
Summary
Fixed formatting of a code example in a bullet point about user ID partitioning for multiple identity providers.
Security assessment
The change corrects a markdown formatting issue, changing from incorrect backtick usage to proper inline code formatting. The content describes a security control (preventing user collisions), but the change is purely cosmetic and does not alter the security meaning or indicate a security issue was addressed.
Diff
diff --git a/bedrock-agentcore/latest/devguide/get-workload-access-token.md b/bedrock-agentcore/latest/devguide/get-workload-access-token.md index e89def8da..135074e65 100644 --- a//bedrock-agentcore/latest/devguide/get-workload-access-token.md +++ b//bedrock-agentcore/latest/devguide/get-workload-access-token.md @@ -94 +94 @@ The `GetWorkloadAccessTokenForUserId` API implements several security controls t - * **User ID partitioning for multiple identity providers** – When using multiple identity providers, partition your user IDs using the pattern ``provider_id`+`user_id`` to prevent user collisions between different providers. For example, use `cognito+user123` and `auth0+user123` to distinguish users with the same identifier across different identity providers + * **User ID partitioning for multiple identity providers** – When using multiple identity providers, partition your user IDs using the pattern `provider_id+user_id` to prevent user collisions between different providers. For example, use `cognito+user123` and `auth0+user123` to distinguish users with the same identifier across different identity providers