Hi,

I have a web service with Digest authentication configured on IIS
server.

For accessing the web service i have to go through the ISA Web Proxy.

When the ISA web proxy is configured to work on basic authentication i
am able to access the page. But when i change the ISA authentication
scheme to digest authentication it is not able to access the page.

The IIS logs are as follows:

When ISA BASIC Authentication is on the log are as follows:-
2005-07-13 07:21:50 10.112.7.44 GET /_wmcs/licensing/license.asmx - 80
- 10.112.6.88
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0;+.NET+CLR+1.1.4322)
401 2 5
2005-07-13 07:21:52 10.112.7.44 GET /_wmcs/licensing/license.asmx - 80
P2PDRMNTD\sunil 10.112.6.88
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0;+.NET+CLR+1.1.4322)
200 0 0


When ISA DIGEST Authentication is on the log are as follows:-

2005-07-13 07:19:06 10.112.7.44 GET /_wmcs/licensing/license.asmx - 80
- 10.112.6.88
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0;+.NET+CLR+1.1.4322)
401 2 5
2005-07-13 07:19:07 10.112.7.44 GET /_wmcs/licensing/license.asmx - 80
- 10.112.6.88
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0;+.NET+CLR+1.1.4322)
401 2 5
2005-07-13 07:19:07 10.112.7.44 GET /_wmcs/licensing/license.asmx - 80
- 10.112.6.88
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0;+.NET+CLR+1.1.4322)
401 2 5


In both the cases the dialog box for getting the credentials for web
service is prompted. But it seems IAS is not actually forwarding the
right credentials as i can't see user name p2pdrmntd\sunil in the
logs.

What should i do for accessing the web service with Digest
authetication of IAS enabled. I have set the property of
user(p2pdrmntd\sunil) to store with reversible encryption.

rgds,
Sunil Virmani


-rgds,
Sunil Virmani