vote up 5 vote down star
1

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?

flag

43% accept rate

1 Answer

vote up 2 vote down check

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.

link|flag
In fact, Kerberos is EXACTLY what I'm interested in. And, the real question that I have is much broader than this, but I hope that the answer to this one will set me on the right path. – Vilx- Oct 21 at 12:40
Ugh... I wanted to do this without touching the Domain Controller... – Vilx- Oct 21 at 12:59
Aha... I read the link in the link you gave that explained how Kerberos works (conceptually). That explains why the touch on the DC is required, and why it's not really what I wanted in the first place. Thanks! – Vilx- Oct 21 at 13:25

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.