Most exposed services needs security, and most services need to implement Auth&Auth, specially a sync service, in this thread i ask the sync staff or anyone to share ideas and especially examples on how to perform Auth&Auth.
Sync uses WCF, but there are caveats.
How to setup a client for authentication and how this client pass his credentials to a sync service?
How and where to setup the service for authentication/authorization and how to secure the channel, what are the options?
Examples are terribly needed, we all heard that interceptors can help on the server side, but examples need to be made on how to properly use them.
Your support is appreciated!