AWS Security ChangesHomeSearch

AWS code-library documentation change

Service: code-library · 2025-06-28 · Documentation low

File: code-library/latest/ug/sts_example_sts_DecodeAuthorizationMessage_section.md

Summary

Added PowerShell V5 example for DecodeAuthorizationMessage API to decode privileged authorization information

Security assessment

Documents a security-related API for decoding authorization messages containing privileged information, but does not indicate any vulnerability being addressed. This is a standard security feature documentation update.

Diff

diff --git a/code-library/latest/ug/sts_example_sts_DecodeAuthorizationMessage_section.md b/code-library/latest/ug/sts_example_sts_DecodeAuthorizationMessage_section.md
index 3a8e2fce7..b00d6806f 100644
--- a//code-library/latest/ug/sts_example_sts_DecodeAuthorizationMessage_section.md
+++ b//code-library/latest/ug/sts_example_sts_DecodeAuthorizationMessage_section.md
@@ -56,0 +57,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)_. 
+
+
+
+