Hi
From a reverse proxy i get the username and password as parameters. Since there are more machines involved etc I need to sign in the user as a windows/Kerberos user on the IIS to have the token delegatable to the database and webservices.
I found some samples with form based security against active directory (http://msdn.microsoft.com/en-us/library/ms180890(v=vs.80).aspx) but it seems like it doesn't work as i need it. I need something like standard authentication but with passing username and password as parameters
Any ideas?