AWS Security ChangesHomeSearch

AWS cognito high security documentation change

Service: cognito · 2025-06-04 · Security-related high

File: cognito/latest/developerguide/cognito-identity-provider_example_cognito-identity-provider_Scenario_SignUpUserWithMfa_section.md

Summary

Changed Swift package dependencies from AWSCognitoIdentityProvider to AWSS3 and renamed target in MFA example

Security assessment

Incorrectly references S3 instead of CognitoIdentityProvider in an MFA setup example. This could lead to security misconfigurations if followed, as MFA is a critical security feature.

Diff

diff --git a/cognito/latest/developerguide/cognito-identity-provider_example_cognito-identity-provider_Scenario_SignUpUserWithMfa_section.md b/cognito/latest/developerguide/cognito-identity-provider_example_cognito-identity-provider_Scenario_SignUpUserWithMfa_section.md
index 7730dd08e..34a21c634 100644
--- a//cognito/latest/developerguide/cognito-identity-provider_example_cognito-identity-provider_Scenario_SignUpUserWithMfa_section.md
+++ b//cognito/latest/developerguide/cognito-identity-provider_example_cognito-identity-provider_Scenario_SignUpUserWithMfa_section.md
@@ -2616 +2616 @@ The `Package.swift` file.
-        name: "cognito-scenario",
+        name: "http-config",
@@ -2639 +2639 @@ The `Package.swift` file.
-                    .product(name: "AWSCognitoIdentityProvider", package: "aws-sdk-swift"),
+                    .product(name: "AWSS3", package: "aws-sdk-swift"),