AWS IAM documentation change
Summary
Updated terminology from 'federated users' to 'federated principal' and corrected documentation links
Security assessment
Terminology standardization and link updates improve accuracy but don't address security vulnerabilities or document new security features.
Diff
diff --git a/IAM/latest/UserGuide/troubleshoot_saml.md b/IAM/latest/UserGuide/troubleshoot_saml.md index b2e0425ce..b80b4bba1 100644 --- a//IAM/latest/UserGuide/troubleshoot_saml.md +++ b//IAM/latest/UserGuide/troubleshoot_saml.md @@ -81 +81 @@ This error can occur if you do not have `sts:SetSourceIdentity` permissions in y -This error can also occur if the federated users do not have permissions to assume the role. The role must have a trust policy that specifies the ARN of the IAM SAML identity provider as the `Principal`. The role also contains conditions that control which users can assume the role. Ensure that your users meet the requirements of the conditions. +This error can also occur if a federated principal does not have permissions to assume the role. The role must have a trust policy that specifies the ARN of the IAM SAML identity provider as the `Principal`. The role also contains conditions that control which users can assume the role. Ensure that your users meet the requirements of the conditions. @@ -85 +85 @@ This error can also occur if the SAML response does not include a `Subject` cont -For more information, see [Establish Permissions in AWS for Federated Users](https://docs.aws.amazon.com/STS/latest/UsingSTS/STSMgmtConsole-SAML.html#configuring-role) and [Configure SAML assertions for the authentication response](./id_roles_providers_create_saml_assertions.html). To view the SAML response in your browser, follow the steps listed in [View a SAML response in your browser](./troubleshoot_saml_view-saml-response.html). +For more information, see [Enabling SAML 2.0 federated princpals to access the AWS Management Console](./id_roles_providers_enable-console-saml.html) and [Configure SAML assertions for the authentication response](./id_roles_providers_create_saml_assertions.html). To view the SAML response in your browser, follow the steps listed in [View a SAML response in your browser](./troubleshoot_saml_view-saml-response.html).