ASP.NET传递Windows身份验证凭据

时间:2022-10-18 20:44:37

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?

我有一个使用Windows身份验证的ASP.NET Web应用程序。此应用程序需要连接到另一个ASP.NET Web服务(也使用Windows身份验证)并使用从用户的浏览器收到的相同凭据。可以这样做,怎么做?

1 个解决方案

#1


6  

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

如果没有Kerberos身份验证,我不相信你能做到这一点。您无法将凭据委派给其他系统。

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

我想这将开始让你走上正轨。

#1


6  

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

如果没有Kerberos身份验证,我不相信你能做到这一点。您无法将凭据委派给其他系统。

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

我想这将开始让你走上正轨。