gpt4 book ai didi

google-authentication - ArgumentException : The 'ClientId' option must be provided.(参数 'ClientId')

转载 作者:行者123 更新时间:2023-12-05 05:00:26 28 4
gpt4 key购买 nike

我在核心 3.1 中使用谷歌身份验证。以前,我的代码运行良好,但在使用系统格式后,项目出现异常。*ArgumentException:必须提供“ClientId”选项。 (参数'ClientId')Microsoft.AspNetCore.Authentication.OAuth.OAuthOptions.Validate()

我在启动时给出了客户端 ID,如下所示:

services.AddAuthentication()
.AddGoogle(options =>
{
IConfigurationSection googleAuthNSection =
Configuration.GetSection("Authentication:Google");
options.ClientId = googleAuthNSection["7111841*********"];
options.ClientSecret = googleAuthNSection["uc**************"];
});

请帮帮我

最佳答案

这有点晚了,但我遇到了同样的问题。在反复思考之后,我发现问题(至少对我而言)是我将参数指向错误。确保您的客户端 ID 参数指向真实位置,并且没有任何拼写错误。

关于google-authentication - ArgumentException : The 'ClientId' option must be provided.(参数 'ClientId'),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63105127/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com