AWS bedrock-agentcore documentation change
Summary
Updated apostrophe formatting, changed heading style, and removed backticks from region placeholder in callback URL
Security assessment
Changes are typographical, formatting, and a minor documentation fix to the callback URL template (removing backticks). This does not indicate a security issue; it's a documentation clarity improvement. The callback URL structure remains the same.
Diff
diff --git a/bedrock-agentcore/latest/devguide/identity-idp-slack.md b/bedrock-agentcore/latest/devguide/identity-idp-slack.md index ef7cdcb71..852c2b9e4 100644 --- a//bedrock-agentcore/latest/devguide/identity-idp-slack.md +++ b//bedrock-agentcore/latest/devguide/identity-idp-slack.md @@ -9 +9 @@ Outbound -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. +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. @@ -17 +17 @@ Use the following procedure to set up a Slack OAuth2 application and obtain the -###### To configure a Slack OAuth2 application +**To configure a Slack OAuth2 application** @@ -23 +23 @@ Use the following procedure to set up a Slack OAuth2 application and obtain the - * `https://bedrock-agentcore.`region`.amazonaws.com/identities/oauth2/callback` + * `https://bedrock-agentcore.region.amazonaws.com/identities/oauth2/callback` @@ -30 +30 @@ Use the following procedure to set up a Slack OAuth2 application and obtain the -For more details, refer to Slack's documentation [Sign in with Slack](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/).