Can I connect an existing Django user to a specific Microsoft account? Or where in the code should I modify to do that?
Our Django users' email addresses don't necessarily match up with their Microsoft Account email addresses. (I suppose they could, but that will require some business process adjustments for us.)
I ended up just changing the Django user account emails to match the Microsoft account emails. Maybe someone else will want this, but this workaround isn't so bad, so I'll close this issue.
Can I connect an existing Django user to a specific Microsoft account? Or where in the code should I modify to do that?
Our Django users' email addresses don't necessarily match up with their Microsoft Account email addresses. (I suppose they could, but that will require some business process adjustments for us.)