AWS singlesignon documentation change
Summary
Corrected email format example and updated validation logic for Microsoft Entra guest users
Security assessment
Fixes formatting in examples and clarifies email validation rules, but no explicit security vulnerability or feature is addressed. Changes appear to be documentation corrections rather than security-related.
Diff
diff --git a/singlesignon/latest/userguide/idp-microsoft-entra.md b/singlesignon/latest/userguide/idp-microsoft-entra.md index fcb8eac9a..d1a4a2d54 100644 --- a//singlesignon/latest/userguide/idp-microsoft-entra.md +++ b//singlesignon/latest/userguide/idp-microsoft-entra.md @@ -720 +720 @@ Microsoft Entra ID guest users’ email is different than Microsoft Entra ID use -`exampleuser_domain.com#`[email protected]`.` +`exampleuser_domain.com#EXT#@domain.onmicrosoft.com.` @@ -722 +722 @@ Microsoft Entra ID guest users’ email is different than Microsoft Entra ID use -IAM Identity Center expects the email address of a user to not contain the `EXT@domain` format. +IAM Identity Center does not expect the email address to contain the `#EXT#@domain` format.