How should I handle user identity for a Window Phone / WCF / ASP.NET MVC application? -


I am working on an application that displays both from the data entry and the Windows Phone application and an MVC 3 web interface. is. Data access to the phone client is through authenticated WCF services, which is hosted in the MVC 3 application. Users will use the tracking information that is unique to them, so the service will only show me what I have entered.

What is the easiest way to handle identity in this scenario? I had thought about using the Windows Live ID because, however, I can tell that there is no way to allow web-based Windows Live sign-in to give me the same Windows Live anonymous ID, That phone will be different from the customer's anonymous ID.

Alternatively, I can use Facebook authentication with both client and phone. My concern is in getting service call I am thinking that for the first time a device connects to the Facebook ID with the service, the server gives it a key, and the service ID requires both the Facebook ID and the server issued key.

Thoughts above? Do not I have any simple solutions?

Dear John, I have no experience on WP development but I have a AA for WCF Auth. Very little searching. For a few days recently, it was found that apiKey auth is almost the best way for me. How does Rob Yakub work on this article,



Comments