HTTP Auth 由 Web 应用程序而不是服务器协调

发布于 2024-09-09 06:25:13 字数 318 浏览 4 评论 0原文

我正在 Linux 上使用 Django,并且有一个与 Active Directory 集成的应用程序。我正在寻求有关从应用程序内部访问 HTTP 标头以协调 HTTP 身份验证是否可行或合理的意见和建议。

最终目标是在没有密码的情况下执行 NTLM 身份验证,我承认这可能需要大量的工作和研究。

请注意,这是我的 原始问题的更通用版本,没有收到任何答复。

I'm working with Django on Linux and I have an application that integrates with Active Directory. I'm seeking opinions and advice about whether or not it would be feasible or reasonable to access the HTTP headers from within the application to coordinate HTTP authentication.

The end goal would be to perform NTLM authentication without a password, which I accept may be quite a bit of work and research.

Note, this is a more general version of my original question, which received no answers.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

别理我 2024-09-16 06:25:13

当然。只需返回一个带有 401 状态代码的 HttpResponse,并告诉您的 Web 服务器-Django 连接器让身份验证标头通过。

Sure. Just return a HttpResponse with a 401 status code, and tell your web server-Django connector to let the auth headers through.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文