Make an asmx request on behalf of an authenticated SAML user

Using Windows Identity Foundation I have a user who has successfully logged in and was able to request pages. But there is a problem on any page that relies on an asmx web service request for a WIF-protected resource.

Is there a way to add SAML information to an asmx request, similar to how you would add it to a WCF request?

+3
source share
1 answer

I think you need a custom header in your soap posts.

you can use this to specify the credentials of the user from whom the action is performed.

This is a pretty advanced subject of this ...

2D00--solution.aspx" > http://weblogs.asp.net/avnerk/archive/2006/04/26/Adding-custom-headers-to-every-WCF-call-2D00-a- solution.aspx

, , , , .

, , xml (soap packet), ( )

0

All Articles