AWS Security ChangesHomeSearch

AWS singlesignon documentation change

Service: singlesignon · 2025-05-13 · Documentation low

File: singlesignon/latest/userguide/deletegroups.md

Summary

Added AWS CLI instructions for deleting groups and restructured content

Security assessment

The change adds CLI commands for group deletion but does not address a specific security vulnerability. It enhances documentation completeness without introducing new security features or addressing vulnerabilities.

Diff

diff --git a/singlesignon/latest/userguide/deletegroups.md b/singlesignon/latest/userguide/deletegroups.md
index b2c8ff945..47ecb44f1 100644
--- a//singlesignon/latest/userguide/deletegroups.md
+++ b//singlesignon/latest/userguide/deletegroups.md
@@ -7,3 +7 @@
-When you delete a group in your IAM Identity Center directory, it removes access to AWS accounts and applications for all users who are members of this group. After a group is deleted it cannot be undone. Use the following procedure to delete a group in your Identity Center directory using the IAM Identity Center console.
-
-###### To delete a group in IAM Identity Center
+When you delete a group in your IAM Identity Center directory, it removes access to AWS accounts and applications for all users who are members of this group. After a group is deleted it cannot be undone. Use the following procedure to delete a group in your Identity Center directory.
@@ -14,0 +13,5 @@ The instructions on this page apply to [AWS IAM Identity Center](https://aws.ama
+Console
+    
+
+###### To delete a group
+
@@ -35,0 +39,12 @@ The instructions on this page apply to [AWS IAM Identity Center](https://aws.ama
+AWS CLI
+    
+
+###### To delete a group
+
+The following `delete-group` command deletes the specified group from your Identity Center directory.
+    
+    
+    aws identitystore delete-group \
+        --identity-store-id d-1234567890 \
+        --group-id a1b2c3d4-5678-90ab-cdef-EXAMPLE22222
+