How to secure a WCF service to be consumed by a specific application only?

Posted by aaginor on Stack Overflow See other posts from Stack Overflow or by aaginor
Published on 2010-04-15T12:15:42Z Indexed on 2010/04/15 12:23 UTC
Read the original article Hit count: 189

Filed under:
|
|

Hi folks,

I have a specific Silverlight application, that is fed with data by a WCF-Service. I want to make sure, that the WCF-Service is only called by that specific Silverlight App. What is the best way to accomplish that and what do I have to do? It doesn't have to be a high security solution.

Thanks in advance, Frank

© Stack Overflow or respective owner

Related posts about wcf

Related posts about Silverlight