Prefilling User table with data #4389
Unanswered
larrysharette
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question 💬
Is it possible to prefill the user table with data without also adding account data? I'm in the process of migrating from an on-prem system to a cloud-based solution we want to use Azure AD for authentication. However, I have pre-existing data that I need to link to users so I have a need to pre-fill the user table with existing user uids. When I prefill the table I get an
OAuthAccountNotLinked
error when trying to sign in.Any ideas on how I can move forward? I'd rather not have a second table that contains old user uids and have to mix between the two.
How to reproduce ☕️
Pre-filling the
user
table with a user and signing in with an OAuth provider with the attached email will trigger anOAuthAccountNotLinked
error.Contributing 🙌🏽
Yes, I am willing to help answer this question in a PR
Beta Was this translation helpful? Give feedback.
All reactions