Ways to restrict WCF Service so only our apps can access it.
Posted
by RP
on Stack Overflow
See other posts from Stack Overflow
or by RP
Published on 2010-03-15T16:59:24Z
Indexed on
2010/03/15
17:09 UTC
Read the original article
Hit count: 173
I have a public WCF Service.
I have a WPF Desktop app & a silverlight app. My apps does not have any login requirements.
I want to make it difficult for another developer / website to make use of my service.
What's the best way to restrict access to my service? Use SSL and have the desktop / silverlight app store a token inside of it?
© Stack Overflow or respective owner