I want to create a SOA application that will consist of the main WCF service. Front end of ASP.NET Webforms. And maybe a few mobile front ends.
I would like to allow my users to log in with their Facebook / Google credentials, which is pretty simple for the ASP.NET Webforms application these days. However, I would also like mobile applications to authenticate using the same credentials.
To achieve this, I expect that every call to the WCF service should use a similar claims-based approach to authentication.
After working for several hours, I was wondering if someone could point me to a tutorial that demonstrates how to create / configure a WCF service to work specifically with Facebook / Google authentication.
Thanks david
source
share