AWS IAM documentation change
Summary
Fixed two typos: 'OIDC 2.0 compatible provider' to 'OIDC-compatible provider' and 'delgate' to 'delegate'
Security assessment
Minor grammatical corrections in OIDC federation documentation. No security implications beyond improving clarity of existing security content.
Diff
diff --git a/IAM/latest/UserGuide/id_credentials_temp.md b/IAM/latest/UserGuide/id_credentials_temp.md index 5faa66e1b..7c27c9a22 100644 --- a//IAM/latest/UserGuide/id_credentials_temp.md +++ b//IAM/latest/UserGuide/id_credentials_temp.md @@ -45 +45 @@ For more information about external identity providers, see [Identity providers - * **OpenID Connect (OIDC) federation** – You can let users sign in using a well-known third-party identity provider such as Login with Amazon, Facebook, Google, or any OIDC 2.0 compatible provider for your mobile or web application, you don't need to create custom sign-in code or manage your own user identities. Using OIDC federation helps you keep your AWS account secure, because you don't have to distribute long-term security credentials, such as IAM user access keys, with your application. For more information, see [OIDC federation](./id_roles_providers_oidc.html). + * **OpenID Connect (OIDC) federation** – You can let users sign in using a well-known third-party identity provider such as Login with Amazon, Facebook, Google, or any OIDC-compatible provider. For your mobile or web application, you don't need to create custom sign-in code or manage your own user identities. Using OIDC federation helps you keep your AWS account secure, because you don't have to distribute long-term security credentials, such as IAM user access keys, with your application. For more information, see [OIDC federation](./id_roles_providers_oidc.html). @@ -80 +80 @@ You can use AWS Security Token Service (AWS STS) to create and provide trusted u - * [Enabling Federation to AWS Using Windows Active Directory, ADFS, and SAML 2.0](https://aws.amazon.com/blogs/security/enabling-federation-to-aws-using-windows-active-directory-adfs-and-saml-2-0/). Demonstrates how to delgate access using enterprise federation to AWS using Windows Active Directory (AD), Active Directory Federation Services (ADFS) 2.0, and SAML (Security Assertion Markup Language) 2.0. + * [Enabling Federation to AWS Using Windows Active Directory, ADFS, and SAML 2.0](https://aws.amazon.com/blogs/security/enabling-federation-to-aws-using-windows-active-directory-adfs-and-saml-2-0/). Demonstrates how to delegate access using enterprise federation to AWS using Windows Active Directory (AD), Active Directory Federation Services (ADFS) 2.0, and SAML (Security Assertion Markup Language) 2.0.