AWS bedrock-agentcore documentation change
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",