AWS Security ChangesHomeSearch

AWS IAM documentation change

Service: IAM · 2025-07-25 · Documentation low

File: IAM/latest/UserGuide/id_roles_providers_saml.md

Summary

Updated account ID and improved JSON formatting in SAML policy example

Security assessment

Example account ID update and code structure improvements

Diff

diff --git a/IAM/latest/UserGuide/id_roles_providers_saml.md b/IAM/latest/UserGuide/id_roles_providers_saml.md
index be3fdd835..b0dc486c7 100644
--- a//IAM/latest/UserGuide/id_roles_providers_saml.md
+++ b//IAM/latest/UserGuide/id_roles_providers_saml.md
@@ -158 +158,2 @@ JSON
-      "Statement": [{
+        "Statement": [
+            {
@@ -160 +161,3 @@ JSON
-        "Principal": {"Federated": "arn:aws-cn:iam::account-id:saml-provider/ExampleOrgSSOProvider"},
+                "Principal": {
+                    "Federated": "arn:aws-cn:iam::111122223333:saml-provider/ExampleOrgSSOProvider"
+                },
@@ -167 +170,4 @@ JSON
-          "ForAllValues:StringLike": {"saml:edupersonaffiliation": ["staff"]}
+                    "ForAllValues:StringLike": {
+                        "saml:edupersonaffiliation": [
+                            "staff"
+                        ]
@@ -169 +175,3 @@ JSON
-      }]
+                }
+            }
+        ]