You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am writing to find solution regarding the title,
i am using the nextjs amplifu gen2 app project and want solution to merge accounts in a single entry,
when user created by email by otp and after some time he want to login by gmail (social signup) then how we merge it in single entry in cognito
The text was updated successfully, but these errors were encountered:
Hello, @atindraojha 👋. It sounds like you're needing to use the AdminLinkProviderForUser API within Cognito to recognize a user's unique ID in your federated directory as a user in the user pool. You can reference these docs for more information on that admin API as well as this guide.
I am facing the same issue. I am using Amplify Authenticator for sign-up with both an external provider (Google) and email. How can I merge both sign-ups into a single user?
I am signing up using Google with the email like vishal@yopmail.com, and also signing up with the same email via the email sign-up method. However, Cognito creates two separate users. I want to combine them into one user.
i am writing to find solution regarding the title,
i am using the nextjs amplifu gen2 app project and want solution to merge accounts in a single entry,
when user created by email by otp and after some time he want to login by gmail (social signup) then how we merge it in single entry in cognito
The text was updated successfully, but these errors were encountered: