Hi,
I'm looking for solution to provide forms based authentication on top of a windows (NTLM/Kerberos) secured site.
in the past I do this using ISA Server, but I'm looking for a solution which doesnt rely on external server and tools.
my users will go to www.mysite.com where there is a welcome message (+ reset password etc...) from here the user will type a login/pwd and be redirected to the windows authentication secure site (secure.mysite.com) and I dont want to receive the popup login window.
I'm NOT using the Basic authentication
I try to add the www-authenticate header with no success.
so... thanks for your help :)