AngellusMortis / django_microsoft_auth

Simple app to enable Microsoft Account, Office 365 and Xbox Live authentcation as a Django authentcation backend.
MIT License
137 stars 84 forks source link

Connect existing accounts to Microsoft Accounts #461

Closed mnelson4 closed 3 years ago

mnelson4 commented 3 years ago

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.)

mnelson4 commented 3 years ago

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.