Hi, On my production server, I'm using REMOTE_USER <https://docs.djangoproject.com/en/dev/howto/auth-remote-user/> to provide SSO for an internal service. It works great on the production server. However, when running 'runserver' on the development side, this variable is not set so authentication in this manner doesn't work. Is there a way to config this on the development side so I can develop as if it were in place?
thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/0568f70f-9186-49f5-b845-ec9039e11681%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

