ASP.NET MVC 4 OAuthWebSecurity is not working
在我的 ASP.NET mvc 4 应用程序中,我尝试实现 Account/ExternalLogin
我配置了,
脸书
使用 ClientID 和 ClientSecret 并启用 GoogleOpenAuth
不幸的是,没有任何工作。
网址调用:provider=microsoft
在没有看到真实代码的情况下不太确定是什么原因,但请仔细检查您传递给 RequestAuthentication() 的返回 url 是否与传递给 VerifyAuthentication() 的返回 url 完全相同