Skip to content

Remove untrue claim about device tracking #7898

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/fragments/lib/auth/common/device_features/common.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ The [device tracking and remembering](https://aws.amazon.com/blogs/mobile/tracki
**Note:** The [device tracking and remembering](https://aws.amazon.com/blogs/mobile/tracking-and-remembering-devices-using-amazon-cognito-your-user-pools/) features are not available if any of the following conditions are met:

- the federated OAuth flow with Cognito User Pools or Hosted UI is used, or
- the User Pool uses `email/phone_number` or `alias` sign-in method, or
- when the `signIn` API uses the `USER_PASSWORD_AUTH` as the `authFlowType`.

</Callout>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,6 @@ Remembering a device is useful in conjunction with MFA because it allows the sec
**Note:** The [device tracking and remembering](https://aws.amazon.com/blogs/mobile/tracking-and-remembering-devices-using-amazon-cognito-your-user-pools/) features are not available if any of the following conditions are met:

- the federated OAuth flow with Cognito User Pools or Hosted UI is used, or
- the User Pool uses `email`, `phone_number`, or alias attributes as sign-in methods
- when the `signIn` API uses the `USER_PASSWORD_AUTH` as the `authFlowType`.

</Callout>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,6 @@ Remembering a device is useful in conjunction with MFA because it allows the sec
**Note:** The [device tracking and remembering](https://aws.amazon.com/blogs/mobile/tracking-and-remembering-devices-using-amazon-cognito-your-user-pools/) features are not available if any of the following conditions are met:

- the federated OAuth flow with Cognito User Pools or Hosted UI is used, or
- the User Pool uses `email/phone_number` or `alias` sign-in method, or
- when the `signIn` API uses the `USER_PASSWORD_AUTH` as the `authFlowType`.

</Callout>
Expand Down
Loading