I have an existing Asp.Net 4.0 web application that uses forms authentication. I want to add Windows authentication for domain users. I have read several articles and tried a few different approaches, but have met with various problems.
Here are the best 2 examples I have found that are relevant to IIS 7 and higher.
and
http://devmemass.blogspot.com/2012/02/mixing-forms-and-windows-authentication.html
The short story is that neither of these approaches have worked for me. Does anyone have a better (and especially more thorough) example?
I really only need NTLM / Kerberos authentication handled. I don't want passwords passed in clear text for domain users. I would like IIS to handle the Windows authentication part, then allow me to redirect them to the default page.