检索Google客户端ID和客户端密码Azure身份验证

时间:2016-12-26 20:20:55

标签: azure authentication asp.net-core-mvc

我显然不想对这些值进行硬编码,但我不确定如何在Azure中获取存储的值。

这就是我在ASP.NET Core中为我的应用程序机密本地做的事情......

app.UseGoogleAuthentication(new GoogleOptions()
{
    ClientId = Configuration["Authentication:Google:ClientId"],
    ClientSecret = Configuration["Authentication:Google:ClientSecret"]
});

1 个答案:

答案 0 :(得分:1)

如果要在Azure WebApps上托管这些文件,您可以使用应用程序设置(它们基本上是环境变量)来存储该数据。看看这里: https://docs.microsoft.com/en-us/azure/app-service-web/web-sites-configure#application-settings