Hi @eben456
This is expected as Auth0 treats every identity as unique (so the Google Authentication identity is unique from the “Username-Password” identity).
There are multiple ways you can deal with this, a couple of options are:
- Use the Auth0 identity merging (known as Linking User Accounts)
- Handle the two identities in your system by having a relationship between the identities and the user in your system
Hope this helps!