Hey,
I currently have a problem with one Application but with two (custom) database connections.
So, suppose I have one application
- Application A
with custom database connections like
- Database 1 - custom Connection leads to Foreign API 1
- Database 2 - custom Connection leads to Foreign API 2
What I want to approach is, that a user which exists in DB1 and/or DB2 can login.
What’s working, when the user isn’t migrated to Auth0 yet and logs in with his credentials valid for DB1.
But in the case the user isn’t migrated to Auth0 yet and the user trys to login with his credentials (same email address, but different password) not valid for DB1, but only for DB2 it isn’t working and an error appears.
Also in this context, would it be possible to login the user, when the user is already migrated (with his credentials from DB1), but trys to login with the credentials valid in DB2?
With Account Linking Extension in the works…
Thanks for your help in advance.