Is there any way to implement Single-Sign-On with Windows Live Id (hotmail account) in Windows Phone?
Asked
Active
Viewed 671 times
2 Answers
2
I saw a talk at PDC about this - some details are here - http://oakleafmobile.blogspot.com/2010/11/sample-code-for-vittorio-bertoccis-wp7.html

Stuart
- 66,722
- 7
- 114
- 165
-
Thanks, but the sample is not working very well. I'll continue trying. – VansFannel Apr 06 '11 at 15:44
1
Yes, there're a couple of options. A complete description is here:
(Which uses a similar approach as described in the ACS sample)
and here (this one doesn;t use an embedded browser):
With the first approach, you can use any authentication method supported by ACS (not just LiveID).
ACS (Access Control Service) is a service in the Windows Azure Platform for identity management. Out of the box it allows you to federate identity with LiveID, Google, Yahoo!, Facebook and any Open-ID and WS-Federation/WS-Trust identity provider.

Eugenio Pace
- 14,094
- 1
- 34
- 43
-
Thanks for your answer but I'm terrible lost. What is ACS and how can it helps me? – VansFannel Apr 07 '11 at 08:47