在 asp 中进行身份验证的最佳方法是什么?网络应用程序?

发布于 2024-11-28 09:57:14 字数 1432 浏览 0 评论 0原文

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

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

发布评论

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

评论(1

夏末的微笑 2024-12-05 09:57:14

您正在使用 Windows 身份验证走正确的道路 - 它应该处理 AD 的用户身份验证。就数据库而言,我建议在应用程序中编写一小段代码,当用户第一次登录系统时,自动在后端生成用户记录。我猜测应用程序中允许任何针对您的 AD 进行身份验证的用户,这是此方法有效的唯一方法。

通过 csharp 与 AD 交互的示例有很多,但这里是一个开始:

http://www.ianatkinson .net/computing/adcsharp.htm

如果您需要更多帮助,请告诉我,祝您好运!

You're going down the right path using Windows Authentication - that should handle authenticating users to your AD. As far as the database is concerned, I would recommend writing a little piece of code within your application that auto generates the user record on the back end when a user logs into the system for the first time. I'm guessing any user that authenticates against your AD is allowed in the application, which is the only way this method would work.

There are many examples of interacting with AD via csharp, but here's a start:

http://www.ianatkinson.net/computing/adcsharp.htm

Let me know if you need more help, good luck!

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