Hello, you likely need to enable impersonation in your first web service. that way your web service will act as the authenticated user when it calls the second web service.
here are some links that may help:
specifically related to authentication and impersonation:
http://msdn2.microsoft.com/en-us/library/aa302383.aspx#secnetch03_flowingidentity
good general information about web site security:
http://msdn.microsoft.com/practices/compcat/default.aspx pull=/library/en-us/dnnetsec/html/secnetlpmsdn.asp
and web service security:
http://msdn.microsoft.com/practices/compcat/default.aspx pull=/library/en-us/dnpag2/html/wssp.asp
hope this helps
thanks
Alex
|