I have a Django site with IIS 8 and I have followed the Django Docs and this Stackoverflow ticket Django authenticate using logged in windows domain user and added RemoteBackendUser and ModelBackend. Plus I enabled Windows Authentication as well as Anonymous Authentication in my IIS site.
I can login with Windows Authentication but I cannot login to Django Admin (http://mysite/Admin)
The Admin login comes up and says myDomain\username is not authorized to see this page and my Django Superuser credentials simply do not work. Has anyone come across this and figured out a way around it?