AWS Security ChangesHomeSearch

AWS quicksight documentation change

Service: quicksight · 2025-08-28 · Documentation low

File: quicksight/latest/user/tutorial-okta-quicksight.md

Summary

Removed SAML assume role and QuickSight reader creation policy examples

Security assessment

Eliminated configuration examples for SAML integration without evidence of security vulnerability remediation. Impacts documentation completeness.

Diff

diff --git a/quicksight/latest/user/tutorial-okta-quicksight.md b/quicksight/latest/user/tutorial-okta-quicksight.md
index 2fe6629a1..30163dfc2 100644
--- a//quicksight/latest/user/tutorial-okta-quicksight.md
+++ b//quicksight/latest/user/tutorial-okta-quicksight.md
@@ -126,23 +125,0 @@ In the policy editor, update the JSON with your provider's Amazon Resource Name
-JSON
-    
-
-****
-    
-    
-        {
-        "Version": "2012-10-17",
-        "Statement": [
-        {
-            "Effect": "Allow",
-            "Action": "sts:AssumeRoleWithSAML",
-            "Resource": "arn:aws:iam::accountId:saml-provider/Okta",
-            "Condition": {
-            "StringEquals": {
-                "saml:aud": "https://signin.aws.amazon.com/saml"
-            }
-            }
-        }
-        ]
-        }
-    
-
@@ -159,22 +135,0 @@ In the policy editor, update the JSON with your AWS account ID. It should be the
-JSON
-    
-
-****
-    
-    
-        {
-        "Version": "2012-10-17",
-        "Statement": [
-            {
-                "Action": [
-                    "quicksight:CreateReader"
-                ],
-                "Effect": "Allow",
-                "Resource": [
-                    "arn:aws:quicksight:*:accountId:user/${aws:userid}"
-                ]
-            }
-        ]
-        }
-    
-