我可以提供触发 Windows 身份验证的链接吗?

发布于 2024-08-12 21:14:09 字数 75 浏览 1 评论 0原文

在 web.config 设置为 Forms 的项目中,是否可以有一个尝试在我的页面之一上尝试 Windows 集成安全身份验证的链接?

Is it possible to have a link that attempts windows integrated security authentication on one of my pages in an project where the web.config is set to Forms?

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

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

发布评论

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

评论(2

满意归宿 2024-08-19 21:14:09

安全机制取决于链接指向的页面/应用程序,而不是链接本身。您是否链接到同一项目中的资源?

注意:本文介绍了固有问题和潜在的解决方案。

The security mechanism would be dependent on the page/application that the link is pointing to, not on the link itself. Are you linking to a resource within the same project?

Note: This article describes the inherent problem and a potential solution.

二智少女 2024-08-19 21:14:09

我认为你可以以一种圆形的方式做到这一点 - 它不会触发浏览器的内部 Windows 身份验证对话框,但你仍然可以使用 LDAP 对域进行验证 - 这个问题/答案可能会有所帮助

I think you could do it in a round about way - it wouldn't trigger the browser's internal Windows Authentication dialog, but you could still validate against a domain using LDAP - this question/answer might help.

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