针对多个提供商(SQl 和 AD)的表单身份验证
我们有一个适用于内部用户和外部客户的应用程序。 我们希望针对内部用户针对 AD 进行身份验证,针对外部客户针对 sql 成员资格进行身份验证。 有人采取过类似的方法吗? 另外,在 DMZ 中针对 AD 进行身份验证的最佳方法是什么? 我宁愿在 dmz 中拥有某种代理,并处理针对我们内部网络上的 AD DC 的身份验证。 有什么建议么?
TIA, 凯文
We have an application that is for both internal users and external customers. We would like to authenticate against AD for the internal users and against sql membership for the external customers. Has anyone taken a similar approach? Also what is the best way to authenicate against AD when in a DMZ? I would rather have a proxy of some sort that is in the dmz and handles authentication against the AD DCs on our internal network. Any suggestions?
TIA,
Kevin
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们也有类似的情况。 我们的内部用户反对 AD,外部用户反对 ADAM 商店。 与您的数据库方法不同,但相似之处在于它们有两个用户存储。 我们针对 AD 的身份验证发生在安全区域中,DMZ 中的 Web 服务器向安全区域发出 Web 服务调用以进行身份验证。 不知道你在寻找什么,但你的方法听起来不错。
编辑回答评论:
We have a similar situation. Our Internal users go against AD the external guys against an ADAM store. Different than your database approach, but similar in that they have two user stores. Our authentication against AD occurs in the secure zone, the web servers in the DMZ make a webservice call into the secure zone for authentication. Don't know what you are rally looking for, but your approach sounds ok.
EDIT to answer comments: