ASP.NET passing along Windows Authentication credentials

牧云@^-^@ 提交于 2019-11-30 02:32:34

问题


I've got an ASP.NET web application which uses Windows Authentication. This application needs to connect to another ASP.NET web service (which also uses Windows Authentication) and use the same credentials that it received from the user's browser. Can this be done and how?


回答1:


I don't believe you can do this without Kerberos Authentication. You can't delegate credentials to another system.

I think this will start to set you on the right track.



来源:https://stackoverflow.com/questions/1600521/asp-net-passing-along-windows-authentication-credentials

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