AWS solutions documentation change
Summary
Removed markdown link formatting brackets from SAML attribute example URL
Security assessment
Change only fixes URL formatting without altering security content. No evidence of vulnerability remediation.
Diff
diff --git a/solutions/latest/automated-security-response-on-aws/webui-developer-guide.md b/solutions/latest/automated-security-response-on-aws/webui-developer-guide.md index 85ce2c7f0..363940717 100644 --- a//solutions/latest/automated-security-response-on-aws/webui-developer-guide.md +++ b//solutions/latest/automated-security-response-on-aws/webui-developer-guide.md @@ -101 +101 @@ Fill in the following fields for **SAML** providers: - 5. Under **Map attributes between your SAML provider and your user pool** click **Add another attribute**. For **User pool attribute** select `email` from the dropdown. For **SAML attribute** , enter the full name of the attribute where the user’s email address is stored in your SAML identity provider. For example, ` [http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress](http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress) `. + 5. Under **Map attributes between your SAML provider and your user pool** click **Add another attribute**. For **User pool attribute** select `email` from the dropdown. For **SAML attribute** , enter the full name of the attribute where the user’s email address is stored in your SAML identity provider. For example, `http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress`.