我试图在微软的官方指南中做的事情没有成功......
我刚刚创建了一个干净的ASP.NET MVC Identity User项目。
永久端口的已安装SSL:https://localhost:44392/
在Google API中创建了该项目,获得了id&秘密密钥。
文件中的未注释行:Startup.Auth.cs
代码并填写了数据:
app.UseGoogleAuthentication(new GoogleOAuth2AuthenticationOptions()
{
ClientId = "111111111111.apps.googleusercontent.com",
ClientSecret = "11111111111",
Provider = new GoogleOAuth2AuthenticationProvider()
});
enter image description here我正在尝试使用Google帐户
我再次访问授权模块。可能是什么问题呢?我按照说明做了一切。 enter image description here
我该怎么办?伙计们,请帮助我。