AWS IAM documentation change
Summary
Added PowerShell V5 example for DecodeAuthorizationMessage with security context explanation
Security assessment
The documentation explains handling of privileged authorization message content, which helps users properly manage sensitive security information from authorization responses
Diff
diff --git a/IAM/latest/UserGuide/sts_example_sts_DecodeAuthorizationMessage_section.md b/IAM/latest/UserGuide/sts_example_sts_DecodeAuthorizationMessage_section.md index a0e68f365..a2481d5f8 100644 --- a//IAM/latest/UserGuide/sts_example_sts_DecodeAuthorizationMessage_section.md +++ b//IAM/latest/UserGuide/sts_example_sts_DecodeAuthorizationMessage_section.md @@ -54,0 +55,14 @@ PowerShell +**Tools for PowerShell V5** + + +**Example 1: Decodes the additional information contained in the supplied encoded message content that was returned in response to a request. The additional information is encoded because details of the authorization status can constitute privileged information that the user who requested the action should not see.** + + + Convert-STSAuthorizationMessage -EncodedMessage "...encoded message..." + + + * For API details, see [DecodeAuthorizationMessage](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. + + + +