尝试使用ASP.NET中的Google帐户进行身份验证

时间:2017-07-13 20:06:41

标签: c# asp.net-mvc owin

我试图在微软的官方指南中做的事情没有成功......

  1. 我刚刚创建了一个干净的ASP.NET MVC Identity User项目。

  2. 永久端口的已安装SSL:https://localhost:44392/

  3. 在Google API中创建了该项目,获得了id&秘密密钥。

  4. 文件中的未注释行:Startup.Auth.cs代码并填写了数据:

        app.UseGoogleAuthentication(new GoogleOAuth2AuthenticationOptions()
        {
            ClientId = "111111111111.apps.googleusercontent.com",
            ClientSecret = "11111111111",
            Provider = new GoogleOAuth2AuthenticationProvider()
        });
    

    enter image description here我正在尝试使用Google帐户

  5. 进行身份验证

    我再次访问授权模块。可能是什么问题呢?我按照说明做了一切。 enter image description here

    我该怎么办?伙计们,请帮助我。

0 个答案:

没有答案