Linked account login as primary account

Ready to post? :mag: First, try searching for your answer.
Hello,

I have an application setup, where we use linked accounts, so that we can fetch different social login access and refresh tokens. Let’s say you have a Google account X and Y, they are linked in Auth0, so that we can fetch refresh_tokens for Google API-s of both X and Y, when you are logged in.

The issue is that logging in with wither X or Y, you always log into the primary account X. This is ofcourse how it is supposed to work according to the documentation.

But I need it to work so that when you log in with Y, it handles it as a separate primary account and logs you into the Y account. So logging into the XY account can only be done with account X.