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

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.



Solution 1:[1]

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.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 ataheri