AWS cognito documentation change
Summary
Updated terminology from 'IAM-authenticated' to 'IAM-authorized' and modified documentation links
Security assessment
Terminology clarification and link updates without evidence of addressing security vulnerabilities or documenting new security features.
Diff
diff --git a/cognito/latest/developerguide/amazon-cognito-user-pools-authentication-flow-methods.md b/cognito/latest/developerguide/amazon-cognito-user-pools-authentication-flow-methods.md index 3532d4cad..d475ac631 100644 --- a//cognito/latest/developerguide/amazon-cognito-user-pools-authentication-flow-methods.md +++ b//cognito/latest/developerguide/amazon-cognito-user-pools-authentication-flow-methods.md @@ -74 +74 @@ With federated sign-in, you delegate primary and MFA authentication factors to t -In Amazon Cognito user pools, every user has a username. This might be a phone number, an email address, or a chosen or administrator-provided identifier. Users of this type can sign in with their username and their password, and optionally provide MFA. User pools can perform username-password sign-in with public or IAM-authenticated API operations and SDK methods. Your application can directly send the password to your user pool for authentication. Your user pool responds with additional challenges or the JSON web tokens (JWTs) that are the result of successful authentication. +In Amazon Cognito user pools, every user has a username. This might be a phone number, an email address, or a chosen or administrator-provided identifier. Users of this type can sign in with their username and their password, and optionally provide MFA. User pools can perform username-password sign-in with public or IAM-authorized API operations and SDK methods. Your application can directly send the password to your user pool for authentication. Your user pool responds with additional challenges or the JSON web tokens (JWTs) that are the result of successful authentication. @@ -634 +634 @@ When you want to keep users signed in without re-entering their credentials, _re - * [Ending user sessions with token revocation](./token-revocation.html) + * [Refresh tokens](./amazon-cognito-user-pools-using-the-refresh-token.html)