Windows Live ID Single-Sign-On on Windows Phone 7

大憨熊 提交于 2019-12-10 20:55:43

问题


Is there any way to implement Single-Sign-On with Windows Live Id (hotmail account) in Windows Phone?


回答1:


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




回答2:


Yes, there're a couple of options. A complete description is here:

http://blogs.msdn.com/b/eugeniop/archive/2011/03/24/authentication-in-wp7-client-with-rest-services-part-i.aspx

(Which uses a similar approach as described in the ACS sample)

and here (this one doesn;t use an embedded browser):

http://blogs.msdn.com/b/eugeniop/archive/2011/04/02/authentication-in-wp7-client-with-rest-services-part-ii.aspx

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.



来源:https://stackoverflow.com/questions/5566971/windows-live-id-single-sign-on-on-windows-phone-7

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!