0

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.

Adil B
  • 14,635
  • 11
  • 60
  • 78
ataheri
  • 47
  • 3

1 Answers1

0

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.

ataheri
  • 47
  • 3