Check if Users exist in two AWS Cognito Userpools by email

360 Views Asked by At

we are currently in the process of developing a platform, split in two "themes", where we use Cognito for the user system and we need to have two user pools because the user should be able to have one account for each theme. My question is, is it possible to check if the user exist in both userpools by email without the need of passwords? So when the user login, they would be prompted by a choice, if they have one account on each theme, to choose to login in with one of them.

The program is developed in ASP.NET CORE 2.1

0

There are 0 best solutions below