Openid显示供应商的图像

时间:2013-04-09 06:06:33

标签: c# .net asp.net-mvc asp.net-membership openid

尝试教程时
http://mvcrocksonasp.net/OAuthWithMVC4

按照说明添加facebook.png,如此

Dictionary<string, object> facebookExtraData = new Dictionary<string, object>();
facebookExtraData.Add("Icon", "../Images/facebook.png");

但它没有用,所以任何人都能在浏览器上获取图像?

2 个答案:

答案 0 :(得分:0)

我没有详细介绍你的链接。但是请查看以下两个链接,它可能对您正在寻找的内容有用。

关于如何在MVC中实现OAuth。 查看此链接底部的相关帖子。

http://blogs.msdn.com/b/webdev/archive/2012/08/15/oauth-openid-support-for-webforms-mvc-and-webpages.aspx

自定义提供者图像。 http://blogs.msdn.com/b/webdev/archive/2012/08/24/customizing-the-login-ui-when-using-oauth-openid.aspx

答案 1 :(得分:0)

遇到了zocial和这篇博文,内容涉及这个具体问题

http://www.beabigrockstar.com/customizing-external-login-buttons-in-asp-net-mvc-4/

示例项目在这里

https://github.com/jerriep/CustomizeOAuthLoginBranding

最终结果如此

enter image description here