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

upgrade 1.3.3 to @master (after https://github.com/AngellusMortis/django_microsoft_auth/pull/405 fix but still no new release) #419

Closed colegatron closed 4 years ago

colegatron commented 4 years ago

Opening this as new question since I guess it is not related to the 405 issue itself, probably some misconfiguration after upgrade.

I have managed to build my project using the master branch of django-microsoft-auth after hit the title issue. Additionally to using the master branch I added to settings.py : MICROSOFT_AUTH_AUTO_REPLACE_ACCOUNTS = True MICROSOFT_AUTH_REGISTER_INACTIVE_ADMIN = True

It builds but does not work properly:

Maybe I am overlooking something after the version upgrade?

colegatron commented 4 years ago

Redeployed from scratch and now it is working.