AWS Security ChangesHomeSearch

AWS bedrock-agentcore documentation change

Service: bedrock-agentcore · 2025-10-01 · Documentation low

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

Summary

Added detailed configuration steps for Slack OAuth2 integration including redirect URL setup and client credentials handling

Security assessment

Documents OAuth2 implementation details which are security-related, but does not indicate a specific vulnerability being addressed

Diff

diff --git a/bedrock-agentcore/latest/devguide/identity-idp-slack.md b/bedrock-agentcore/latest/devguide/identity-idp-slack.md
index f0a580fe9..da05ca9d5 100644
--- a//bedrock-agentcore/latest/devguide/identity-idp-slack.md
+++ b//bedrock-agentcore/latest/devguide/identity-idp-slack.md
@@ -5 +5 @@
-Outbound
+Configuring a Slack OAuth2 applicationOutbound
@@ -10,0 +11,19 @@ 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.
+
+## Configuring a Slack OAuth2 application
+
+###### To configure a Slack OAuth2 application
+
+  1. Create a Slack application, enter an app name, and choose the development workspace where the app will be built.
+
+  2. Choose the **OAuth & Permissions** section and set the following as the redirect URL for the application:
+
+     * `https://bedrock-agentcore.{region}.amazonaws.com/identities/oauth2/callback`
+
+  3. Copy the client ID and client secret that Slack issues for your application. You will need them for configuring the provider in AgentCore Identity.
+
+
+
+
+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/).
+