If a user signs in through a different provider with the same UID, will the realm of that user be changed?

48 Views Asked by At

We had an issue where we needed to delete the old realm's provider and collector before the user correctly got assigned the new realm when signing in through the new provider.

1

There are 1 best solutions below

2
On

If a user logs in through a different provider, Multipass will create an entirely new user (because the new user is in a different realm than the existing user). Users are matched by (realm, providerId) pairs.