AD / Forms身份验证身份验证、AD、Forms

由网友(奈何桥上喝奶茶)分享简介:我正在开发将主要在内部使用,想知道我怎么可以自动验证用户在Active Directory中,而不会提示登录的应用程序。I am developing an application that will mainly be used internally and want to know how i can autom...

我正在开发将主要在内部使用,想知道我怎么可以自动验证用户在Active Directory中,而不会提示登录的应用程序。

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

谁能帮助?

推荐答案

在你想混合Windows和窗体身份验证ASP.NET的条款。有没有简单的解决方案。可能的解决方法已经在这里讨论:

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:

http://stackoverflow.com/questions/3184873/mixing-windows-authentication-with-forms-authentication

阅读全文

相关推荐

最新文章