AD/表单身份验证
我正在开发一个主要在内部使用的应用程序,并且想知道如何根据 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
就 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