AWS Security ChangesHomeSearch

AWS bedrock-agentcore documentation change

Service: bedrock-agentcore · 2025-10-16 · Documentation medium

File: bedrock-agentcore/latest/devguide/identity-idp-slack.md

Summary

Updated Slack OAuth2 configuration documentation, restructured content into numbered steps, corrected callback URL syntax, and replaced 'Data protection' with 'Spotify' in examples.

Security assessment

The changes clarify OAuth2 setup for Slack integration, which relates to authentication security features. However, there is no evidence of addressing a specific vulnerability. The callback URL template fix improves accuracy but isn't a security patch.

Diff

diff --git a/bedrock-agentcore/latest/devguide/identity-idp-slack.md b/bedrock-agentcore/latest/devguide/identity-idp-slack.md
index da05ca9d5..5e8374091 100644
--- a//bedrock-agentcore/latest/devguide/identity-idp-slack.md
+++ b//bedrock-agentcore/latest/devguide/identity-idp-slack.md
@@ -5,3 +5 @@
-Configuring a Slack OAuth2 applicationOutbound
-
-Amazon Bedrock AgentCore is in preview release and is subject to change. 
+Outbound
@@ -11 +9,3 @@ Amazon Bedrock AgentCore is in preview release and is subject to change.
-You can set up Slack as an outbound provider using Slack OAuth 2.0.
+Slack can be configured as an AgentCore Identity credential provider for outbound resource access. This allows your agents to authenticate users through Slack's OAuth2 service and obtain access tokens for Slack API resources.
+
+## Outbound
@@ -13 +13,3 @@ You can set up Slack as an outbound provider using Slack OAuth 2.0.
-## Configuring a Slack OAuth2 application
+**Step 1**
+
+Use the following procedure to set up a Slack OAuth2 application and obtain the necessary client credentials for AgentCore Identity.
@@ -21 +23 @@ You can set up Slack as an outbound provider using Slack OAuth 2.0.
-     * `https://bedrock-agentcore.{region}.amazonaws.com/identities/oauth2/callback`
+     * `https://bedrock-agentcore.`region`.amazonaws.com/identities/oauth2/callback`
@@ -28 +30 @@ You can set up Slack as an outbound provider using Slack OAuth 2.0.
-For more details, refer to Slack's documentation [Sign in with Slack](https://docs.aws.amazon.com/https://docs.slack.dev/authentication/sign-in-with-slack/).
+For more details, refer to Slack's documentation [Sign in with Slack](https://docs.slack.dev/authentication/sign-in-with-slack/).
@@ -30 +32 @@ For more details, refer to Slack's documentation [Sign in with Slack](https://do
-## Outbound
+**Step 2**
@@ -54 +56 @@ Salesforce
-Data protection
+Spotify