AWS cognito documentation change
Summary
Clarified language preference handling in custom triggers and updated Amplify documentation links
Security assessment
The changes improve documentation clarity but do not directly address security issues or document security features.
Diff
diff --git a/cognito/latest/developerguide/cognito-user-pools-managed-login.md b/cognito/latest/developerguide/cognito-user-pools-managed-login.md index f7e6f7b42..f7889bfe9 100644 --- a//cognito/latest/developerguide/cognito-user-pools-managed-login.md +++ b//cognito/latest/developerguide/cognito-user-pools-managed-login.md @@ -76 +76 @@ Localization is only available for managed login. You must be on the Essentials -The selection that your user makes in managed login isn't available to [custom email or SMS sender triggers](./user-pool-lambda-custom-sender-triggers.html). When you implement these triggers, you must use other mechanisms, for example the `locale` attribute, to determine a user's preferred language. +The selection that your user makes in managed login isn't available to [custom email or SMS sender triggers](./user-pool-lambda-custom-sender-triggers.html). When you implement these triggers, you must use other mechanisms to determine a user's preferred language. In sign-in flows, the `locale` attribute might indicate the user's preferred language based on location. In sign-up flows, the region or app client ID of your user pool might indicate a language preference. @@ -102 +102 @@ The following examples show how to use AWS Amplify to set up managed login with - * [AWS Amplify authentication for JavaScript.](https://docs.amplify.aws/react/build-a-backend/auth/add-social-provider/) + * [React](https://docs.amplify.aws/react/build-a-backend/auth/concepts/external-identity-providers/) @@ -104 +104 @@ The following examples show how to use AWS Amplify to set up managed login with - * [AWS Amplify authentication for Swift.](https://docs.amplify.aws/swift/build-a-backend/auth/add-social-provider/) + * [Swift](https://docs.amplify.aws/swift/build-a-backend/auth/concepts/external-identity-providers/) @@ -106 +106 @@ The following examples show how to use AWS Amplify to set up managed login with - * [AWS Amplify authentication for Flutter.](https://docs.amplify.aws/flutter/build-a-backend/auth/add-social-provider/) + * [Flutter](https://docs.amplify.aws/flutter/build-a-backend/auth/concepts/external-identity-providers/) @@ -108 +108 @@ The following examples show how to use AWS Amplify to set up managed login with - * [AWS Amplify authentication for Android.](https://docs.amplify.aws/android/build-a-backend/auth/add-social-provider/) + * [Android](https://docs.amplify.aws/android/build-a-backend/auth/concepts/external-identity-providers/)