I need help with the WCF application architect. There will be many services that should be available to serve several different customers, for example.
- ASP.Net Application (JavaScript and / or Silverlight)
- iPhone
- Windows mobile
- Android
Some services require authentication, and some will be available without authentication.
I need recommendations regarding services that require authentication, I want to use user credentials and password over SSL.
How (if possible / recommended for all types of clients) should I create it in WCF?
source share