Skip to content
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

Solve for users in Cognito that have the same Email Address #3883

Open
3 tasks
mmarcotte opened this issue Aug 23, 2023 · 0 comments
Open
3 tasks

Solve for users in Cognito that have the same Email Address #3883

mmarcotte opened this issue Aug 23, 2023 · 0 comments

Comments

@mmarcotte
Copy link
Collaborator

mmarcotte commented Aug 23, 2023

Our current Cognito configuration allows users to have the same email address with different combinations of uppercase and lowercase letters. Stories are soon to be worked on that allow users to signup and authenticate within the application that will help us begin the normalization process for these users.

When we do this, we are going to have a tricky time authenticating users who have the same email address more than once in the database. The login process is going to find accounts in Cognito that match the email address provided, regardless of case. If there are more than one, then it becomes confusing to figure out which account to log the user into.

So, we need to dedupe the Cognito User Pool of Email Addresses.

AC

  • List of users identified that have multiple accounts in Cognito with the same email address.
  • Users migrated to new Email addresses that have the same email address
  • For all of the users in Cognito, check to see if they have a corresponding record in the Database with the same Email address. We recently found one where there was a mismatch.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant