Windows Live ID in ASP.NET MVC

放肆的年华 提交于 2019-12-30 06:43:12

问题


does anyone know is there a way to implement Windows Live ID authentication into your ASP.NET MVC site. There is some info about OpenID implementations and it uses some libraries. So is there a way to implement Live ID or it is not yet supported.

Thank you


回答1:


The same way you would with Memberships: http://www.eggheadcafe.com/tutorials/aspnet/48857836-0c72-4efb-9d29-fbcb8e17ef3a/integrate-windows-live-id.aspx




回答2:


Actually this is a valid business case, and I've gotten it to work with asp.net mvc. I used the sdk sample code a posted by Filip and created a controller that handled auth response. The only issue I had was during the windows live app verification process. I couldn't get the verification process to work with the mvc site up. I had to do the verification before I upload site. See: link text




回答3:


Newer information at

It's pretty independent of mvc or webforms I think.

Windows Live Messenger Connect Developer Guide http://msdn.microsoft.com/en-us/library/hh243641.aspx



来源:https://stackoverflow.com/questions/373018/windows-live-id-in-asp-net-mvc

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