AWS Security ChangesHomeSearch

AWS singlesignon documentation change

Service: singlesignon · 2025-04-28 · Documentation low

File: singlesignon/latest/userguide/awsapps.md

Summary

Modified SCP example policy to use 'sso-oauth:*' instead of 'sso-oidc:*'

Security assessment

Corrects a service permission reference in an example policy but does not indicate a security vulnerability resolution.

Diff

diff --git a/singlesignon/latest/userguide/awsapps.md b/singlesignon/latest/userguide/awsapps.md
index c8df743e9..182978e39 100644
--- a//singlesignon/latest/userguide/awsapps.md
+++ b//singlesignon/latest/userguide/awsapps.md
@@ -87 +87 @@ The following SCP example blocks access to the IAM Identity Center user and grou
-        "identitystore:*"
+        "identitystore:*",
@@ -90 +90 @@ The following SCP example blocks access to the IAM Identity Center user and grou
-        "sso-oidc:*"
+        "sso-oauth:*"