AWS bedrock-agentcore documentation change
Summary
Corrected parameter name from 'authorizeEndpoint' to 'authorizationEndpoint' in Cognito configuration example.
Security assessment
Typo fix in OAuth endpoint parameter. No evidence this relates to security flaws or vulnerabilities.
Diff
diff --git a/bedrock-agentcore/latest/devguide/identity-idp-cognito.md b/bedrock-agentcore/latest/devguide/identity-idp-cognito.md index f09fcb0a0..9969689bc 100644 --- a//bedrock-agentcore/latest/devguide/identity-idp-cognito.md +++ b//bedrock-agentcore/latest/devguide/identity-idp-cognito.md @@ -168 +168 @@ To configure Cognito user pools as an outbound resource provider, use the follow - "authorizeEndpoint": "https://{your-cognito-domain}.auth.us-east-1.amazoncognito.com/oauth2/authorize", + "authorizationEndpoint": "https://{your-cognito-domain}.auth.us-east-1.amazoncognito.com/oauth2/authorize",