用于访问应用程序的现有实时电子邮件帐户
我正在构建一个 MVC 应用程序,我希望用户使用他们的 Windows Live 电子邮件帐户登录。有什么想法如何继续吗?显示代码...
I am building a MVC app where I want users to login using their Windows Live email account. Any ideas how to proceed? Show code...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来您想将您的站点与 Windows Live 集成以进行身份验证。
丹Wahlin 有一篇文章:“将 Windows Live ID 身份验证集成到您的网站中”。我敢打赌那里有代码!这篇文章是 2007 年的,因此 API 的最新程度令人惊叹。
入门方法如下:Microsoft 的文章:为您的网站使用 Windows Live ID
Sounds like you want to integrate your site with Windows Live for authentication.
Dan Wahlin has an article: "Integrate Windows Live ID Authentication Into Your Website". I'll bet there's code there! The article is from 2007, so YMMV with how current the APIs are.
Here's how you get started: Microsoft's article: Use Windows Live ID for Your Web Site