Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ASP.NET passing along Windows Authentication credentials

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?

like image 961
Vilx- Avatar asked Oct 21 '09 12:10

Vilx-


1 Answers

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.

like image 164
kemiller2002 Avatar answered Oct 18 '22 19:10

kemiller2002