ASP.NET 中的 Windows 身份验证

发布于 2024-08-02 23:11:38 字数 78 浏览 1 评论 0原文

有没有办法在 ASP.NET 中使用 Windows 身份验证而不需要 Windows 帐户?我需要使用浏览器身份验证提示为虚拟目录设置密码。

is there any way to use windows authentication in ASP.NET without needing a windows account? I need a virtual directory to be passworded using the browser authentication prompt.

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

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

发布评论

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

评论(1

横笛休吹塞上声 2024-08-09 23:11:38

如果您使用 Windows 身份验证,则需要一个 Windows 帐户来进行身份验证。

如果您准备好迎接挑战,可以将应用程序设置为使用 ADAM(主动目录应用模式)。它将使您能够拥有特定于应用程序而不是域范围的帐户。

If you're using Windows Authentication, you need a Windows account to authenticate against.

If you're up for the challenge, you can set your application up to use ADAM (Active Directory Application Mode). It'll give you way to have accounts that are application specific rather than Domain Wide.

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