AD/表单身份验证

发布于 2024-09-10 22:54:39 字数 157 浏览 0 评论 0原文

我正在开发一个主要在内部使用的应用程序,并且想知道如何根据 Active Directory 自动对用户进行身份验证而不提示他们登录。

但是,当用户未自动进行身份验证(即他们通过互联网连接)时,我想显示一个表单,该表单将根据 AD 对用户进行身份验证

有人可以帮忙吗?

I am developing an application that will mainly be used internally and want to know how i can automatically authenticate users against Active Directory without prompting them to login.

However, when a user is not automatically authenticated (i.e. they have connected via the internet) I want to display a form that will authenticate the user against AD

Can anyone help ?

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

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

发布评论

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

评论(1

﹉夏雨初晴づ 2024-09-17 22:54:39

就 ASP.NET 而言,您希望混合使用 Windows 和表单身份验证。没有简单的解决方案。此处已讨论了可能的解决方法:

混合 Windows 身份验证与表单身份验证

In terms of ASP.NET you want to mix Windows and Forms Authentication. There is no simple solution. The possible workarounds are already discussed here:

Mixing Windows Authentication with Forms Authentication

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