I am looking to build a SOA application which will essentially consist of the core WCF service. An ASP.NET Webforms front end. And, potentially multiple mobile front ends.
I'd like to allow my users to log in with their Facebook / Google credentials which is quite simple for the ASP.NET Webforms app these days. However, I would also like the mobile applications to authenticate using the same credentials.
To Achieve this, I expect that every call to the WCF service must use a similar claims based approach to the authentication.
Having searched for hours, I was wondering if anybody could point me at a tutorial which demonstrates creating / configuring the WCF service to work specifically with either Facebook / Google claims based authentication.
Thanks David