AWS Security ChangesHomeSearch

AWS bedrock-agentcore documentation change

Service: bedrock-agentcore · 2026-04-10 · Documentation low

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

Summary

Fixed typographical changes (apostrophe formatting), changed heading style, corrected a callback URL template by removing backticks around 'region' variable, and updated possessive forms.

Security assessment

Changes are documentation formatting and typographical fixes. The callback URL template correction improves clarity but doesn't address a security vulnerability or add security documentation. The note about client secret handling is unchanged.

Diff

diff --git a/bedrock-agentcore/latest/devguide/identity-idp-github.md b/bedrock-agentcore/latest/devguide/identity-idp-github.md
index ba2388067..0dcf63728 100644
--- a//bedrock-agentcore/latest/devguide/identity-idp-github.md
+++ b//bedrock-agentcore/latest/devguide/identity-idp-github.md
@@ -9 +9 @@ Outbound
-GitHub can be configured as an AgentCore Identity credential provider for outbound resource access. This allows your agents to authenticate users through GitHub's OAuth2 service and obtain access tokens for GitHub API resources.
+GitHub can be configured as an AgentCore Identity credential provider for outbound resource access. This allows your agents to authenticate users through GitHub’s OAuth2 service and obtain access tokens for GitHub API resources.
@@ -17 +17 @@ Use the following procedure to set up a GitHub OAuth2 application and obtain the
-###### To configure a GitHub OAuth2 application
+**To configure a GitHub OAuth2 application**
@@ -29 +29 @@ Use the following procedure to set up a GitHub OAuth2 application and obtain the
-     * `https://bedrock-agentcore.`region`.amazonaws.com/identities/oauth2/callback`
+     * `https://bedrock-agentcore.region.amazonaws.com/identities/oauth2/callback`
@@ -33 +33 @@ Use the following procedure to set up a GitHub OAuth2 application and obtain the
-  7. On Github's OAuth Apps page, go to your newly created provider.
+  7. On Github’s OAuth Apps page, go to your newly created provider.
@@ -37 +37 @@ Use the following procedure to set up a GitHub OAuth2 application and obtain the
-  9. Make a note of the newly created client secret. You'll need this to configure your Github application with AgentCore Identity.
+  9. Make a note of the newly created client secret. You’ll need this to configure your Github application with AgentCore Identity.
@@ -41 +41 @@ Use the following procedure to set up a GitHub OAuth2 application and obtain the
-Github only returns the full secret when it is created. If you lose track of it you'll need to recreate the client secret to configure the provider in AgentCore Identity.
+Github only returns the full secret when it is created. If you lose track of it you’ll need to recreate the client secret to configure the provider in AgentCore Identity.
@@ -46 +46 @@ Github only returns the full secret when it is created. If you lose track of it
-For more details, refer to Github's documentation [Creating an OAuth app](https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/creating-an-oauth-app).
+For more details, refer to Github’s documentation [Creating an OAuth app](https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/creating-an-oauth-app).