Windows Authentication between 2 domains without trust

大兔子大兔子 提交于 2019-12-12 00:51:02

问题


We have asp.net web application running on Domain A with working Windows Authentication.

Our customer now wants to authenticate users from Domain B to this website, but we are not allowed to have trust between Domain A and Domain B.

Windows Authentication is not required for the users from Domain B, but Windows Authentication for Domain A should still work.

Does anyone know if this is possible to do?

We are using .net framework 4.0.


回答1:


what about creating restricted accounts in the domain A for these users?
what about creating local accounts on the server in domain A for these users?
or, you can use Active Directory Federation Services



来源:https://stackoverflow.com/questions/22636413/windows-authentication-between-2-domains-without-trust

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!