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

Django Microsoft Auth is not working on IE #435

Closed ebentz73 closed 3 years ago

ebentz73 commented 3 years ago

Description

I tried to run the diango-microsoft-auth on windows and opened with IE11 but it shows an error. image_2021_01_05T13_24_10_929Z

Steps to Reproduce

Installed django-microsoft-auth and run on Internet Explorer.

AngellusMortis commented 3 years ago

Internet Explorer is not supported. If you need to support Internet Explorer, you must make your own login template and login code.

IE needs to go away, I have no intention having any support for it. All other Chromium-based or Firefox browsers are supported, including modern versions of Edge (which are Chromium-based).