【发布时间】:2020-06-19 16:38:24
【问题描述】:
所以,我遵循了找到here 的文档。 然后我创建了一个 oauth 2.0 Web 应用程序here。 在我获取客户端 ID 并在 GSuite Admin 的管理 API 客户端访问中使用它之后,遵循文档 here 添加范围。但是,当我转到我的应用并点击“使用 Google 登录”时,我得到一个:
400 个无效范围
{invalid=['https://www.googleapis.com/auth/userinfo.profile, https://www.googleapis.com/auth/userinfo.email']}
上述两个范围都已添加到“管理 API 客户端访问”屏幕中。
我可能遗漏了哪些步骤?
【问题讨论】: