如何在 Google oauthplayground 上进行身份验证

How to authenticate on Google oauthplayground

问题前的背景信息:我想使用 Google 主页连接我的帐户(我在我的服务器上管理)以操作我的 API。

所以我严格按照账户链接的隐式流程,here

当我在客户端/自定义/我的端点中的 OAuthplayground 上尝试时。我重定向到我的服务器,授权 google 并在 google 端获得 404。

我可以遗漏文档中的内容吗?

感谢您的帮助。

好的,所以我必须在 https://developers.google.com/oauthplayground#access_token=$token&token_type=$response 上重定向。

谢谢Google:)