AWS Security ChangesHomeSearch

AWS singlesignon documentation change

Service: singlesignon · 2026-04-10 · Documentation low

File: singlesignon/latest/userguide/troubleshooting.md

Summary

Fixed a typo in a SAML name identifier format from 'urn:oasis:name:tc:SAML:1.1:nameid-format:emailAddress' to 'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress'

Security assessment

This change corrects a typographical error in a SAML standard format name. While SAML configuration is security-relevant, this specific change is a documentation correction without evidence of addressing an active security vulnerability or weakness.

Diff

diff --git a/singlesignon/latest/userguide/troubleshooting.md b/singlesignon/latest/userguide/troubleshooting.md
index f198a3b74..162ed14b7 100644
--- a//singlesignon/latest/userguide/troubleshooting.md
+++ b//singlesignon/latest/userguide/troubleshooting.md
@@ -270 +270 @@ This error indicates there is a setup problem with your instance of IAM Identity
-    * `urn:oasis:name:tc:SAML:1.1:nameid-format:emailAddress`
+    * `urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress`