hello @rp_st I prefer to use Supertokens to log in with a third-party email and password and also use the multitenancy feature.
However, when I login with SSO (Single Sign-On) with Google, Supertokens creates my user and assigns it to the default "public" tenant. I then need to move this user to a different tenant.
After successfully moving the user to a different tenant, when I try to log in again with the same Google credentials, Supertokens still creates a new user in the "public" tenant. If I don't move the user's tenant, sign in is fine.
Do you have any suggestions or guidance to solve this problem or provide more information?