AWS cli documentation change
Summary
Updated AWS CLI version reference from 2.35.16 to 2.35.19 and added documentation for 'advertisedScopeMapping' parameter in authorizerConfiguration
Security assessment
Adds documentation for OAuth scope mapping to align client-facing scopes with identity provider tokens, enhancing OAuth security configuration. No evidence of security incident remediation.
Diff
diff --git a/cli/latest/reference/bedrock-agentcore-control/get-gateway.md b/cli/latest/reference/bedrock-agentcore-control/get-gateway.md index 3ed9bea5b..c8271e408 100644 --- a//cli/latest/reference/bedrock-agentcore-control/get-gateway.md +++ b//cli/latest/reference/bedrock-agentcore-control/get-gateway.md @@ -15 +15 @@ - * [AWS CLI 2.35.16 Command Reference](../../index.html) » + * [AWS CLI 2.35.19 Command Reference](../../index.html) » @@ -472,0 +473,31 @@ authorizerConfiguration -> (tagged union structure) +>> +>> advertisedScopeMapping -> (map) +>> +>>> A map that associates each scope in `allowedScopes` with a corresponding advertised scope value. The advertised scope appears in OAuth protected resource metadata and `WWW-Authenticate` response headers. Use this parameter when the scope that clients request from your identity provider differs from the scope in the validated token. Each key is a scope from `allowedScopes` that the service uses for token validation. Each value is the corresponding scope that the service advertises to clients. Scopes without a mapping entry appear unchanged to clients. +>>> +>>> Constraints: +>>> +>>> * min: `1` +>>> * max: `50` +>>> + +>>> +>>> key -> (string) +>>> +>>>> Constraints: +>>>> +>>>> * min: `1` +>>>> * max: `255` +>>>> * pattern: `[\x21\x23-\x5B\x5D-\x7E]+` +>>>> + +>>> +>>> value -> (string) +>>> +>>>> Constraints: +>>>> +>>>> * min: `1` +>>>> * max: `255` +>>>> * pattern: `[\x21\x23-\x5B\x5D-\x7E]+` +>>>> + @@ -1137 +1168 @@ wafConfiguration -> (structure) - * [AWS CLI 2.35.16 Command Reference](../../index.html) » + * [AWS CLI 2.35.19 Command Reference](../../index.html) »