Hi all,
I have the following question:
We have been using ISAPI filter in IIS 6 with SF_NOTIFY_AUTHENTICATION enabled, i.e. we would like to read/change username set by any authentication provider (Basic or FBA in Oulook Web Access for example) - which works perfectly in IIS 6.
But in IIS 7 and later we have a problem (http://support.microsoft.com/kb/2605401)
The essence of the problem is that one cannot use Integrated Pipeline + SF_NOTIFY_AUTHENTICATION. Ok, that is clear.
So we need a native module in order to implement that.
So here comes my problem:
How to get/change username provided by basic authentication or FBA - BEFORE AD authentication actually happens i.e. get exactly the same functionality I have described above we had on IIS 6 with ISAPI filter?
Thank you very much in advance.
↧