Use claim token in ASMX WebService Request

Mani

New Member
I have an ASP.Net Web App which is secured using claims based authentication, currently the IP is Azure ACS, which in turn calls my domain's ADFS (but in theory it could be many different types, e,g, Google, Facebook etc.).The Web App exposes an endpoint \[code\]Service.asmx\[/code\] which is also secured using the claims authentication.I found this blog post which shows me how to call an IP and return a Request Security Token Response containing my claims.Once I have acquired this token, how can I use this Request Security Token Response in subsequent web-service calls to the service?Can this be done using the proxy classes generated by adding a web-reference in VS / wsdl.exe?
 
Back
Top