在Django中以远程身份验证/ Windows身份验证切换远程用户

时间:2018-08-29 06:22:29

标签: python django windows-authentication

我想在Windows身份验证Web应用程序中提供选项Sign-in as Different User

搜索了太多选项后,我什么都没找到。我尝试过:

def signindiffuser(request,template_name):
    return render(request,template_name,status=401)

这有助于我切换用户,但是一次又一次询问Windows凭据,并且提交时不刷新页面。

请提出建议。

预先感谢。

0 个答案:

没有答案