AWS singlesignon documentation change
Summary
Corrected a typo in the proxyaddresses attribute mapping (changed 'smpt' to 'smtp') and updated section title for clarity
Security assessment
The change fixes a typo in an attribute mapping example and clarifies a section title. There is no evidence this addresses a security vulnerability or adds security-specific documentation.
Diff
diff --git a/singlesignon/latest/userguide/attributemappingsconcept.md b/singlesignon/latest/userguide/attributemappingsconcept.md index 623d4f275..18832ce65 100644 --- a//singlesignon/latest/userguide/attributemappingsconcept.md +++ b//singlesignon/latest/userguide/attributemappingsconcept.md @@ -5 +5 @@ -Supported external identity provider attributesDefault mappingsSupported Microsoft AD attributesSupported IAM Identity Center attributes +Supported external identity provider attributesDefault mappingsSupported Microsoft AD attributesSupported IAM Identity Center attributes for Microsoft AD @@ -97 +97 @@ Supported attributes in your Microsoft AD directory -`${proxyaddresses[?type == "smpt"].value}` +`${proxyaddresses[?type == "smtp"].value}`