AWS Security ChangesHomeSearch

AWS bedrock-agentcore documentation change

Service: bedrock-agentcore · 2026-02-13 · Documentation low

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

Summary

Corrected parameter name from 'authorizeEndpoint' to 'authorizationEndpoint' in Auth0 configuration example.

Security assessment

Parameter name correction improves documentation accuracy but doesn't indicate security vulnerability resolution. No security impact or evidence of exploit.

Diff

diff --git a/bedrock-agentcore/latest/devguide/identity-idp-auth0.md b/bedrock-agentcore/latest/devguide/identity-idp-auth0.md
index 2c75c4f77..9ce7c079e 100644
--- a//bedrock-agentcore/latest/devguide/identity-idp-auth0.md
+++ b//bedrock-agentcore/latest/devguide/identity-idp-auth0.md
@@ -85 +85 @@ To configure Auth0 as an outbound resource provider, use the following:
-          "authorizeEndpoint": "https://your-auth0-tenant.auth0.com/authorize",
+          "authorizationEndpoint": "https://your-auth0-tenant.auth0.com/authorize",