iwa

.NET Integrated Windows Authentication (on Server 2003, 2008 R2 and Win7)

I'm having a nightmare creating my first Window Authenticated app... There is a lot of documentation available on the web but despite trying to follow the most common approaches, I'm still limping along. My requirements are initially very simple: I have a page for viewing records (in a separate SQL Server), which I want any authenticate...

End-to-end kerberos delegated authentication in ASP.NET

I'm trying to setup an internal website that will contact another backend service within the network on behalf of the user using a HttpWebRequest. I have to use Integrated Windows Authentication on the ASP.NET application as the backend system only supports this type of authentication. I'm able to setup IWA on the ASP.NET application, a...