I have a WCF service deployed in a server machine. We are using claims based authentication to authenticate the WCF service caller. The WCF service is restricted by using IIS Authorization rules.

How do I programmatically invoke the WCF service using .NET? The client app uses a proxy generated using SVCUtil. calling the service reads the credentials from a configuration file (not the app.config file, in fact the client application does not have a *.config file).

link|improve this question

Could you please answer stackoverflow.com/questions/9632463/… ? – Lijo Mar 9 at 10:27
feedback

1 Answer

Take a look at this blog posting from LeastPrivilege: http://www.leastprivilege.com/SecuringWCFDataServicesUsingWIF.aspx

While the blog goes into specifics of using WIF the only difference should be the token obtained to access the service.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.