S
Stormbringer
I have a .NET 2.0 web app that uses forms authentication to get around an
issue with FireFox. FireFox will allow you to save the username/pass and this
is a SOX no no.
The objects in the web application call a Windows Authenticated web service.
I do have the username and password so I can create a WindowsIdentity object.
Question is, how do I get that to the web serivce?
Or is there a better way to do this? I tried WSE 3.0 but the logic in the
business logic gets very messy.
Thanks.
issue with FireFox. FireFox will allow you to save the username/pass and this
is a SOX no no.
The objects in the web application call a Windows Authenticated web service.
I do have the username and password so I can create a WindowsIdentity object.
Question is, how do I get that to the web serivce?
Or is there a better way to do this? I tried WSE 3.0 but the logic in the
business logic gets very messy.
Thanks.