必须使用活动访问令牌来查询有关当前用户的信息 - OAuthException Spring Social

发布于 2024-12-08 14:13:53 字数 304 浏览 1 评论 0原文

我正在

OAuth Exception
    {
       "error": {
          "message": "An active access token must be used to query information about the current user.",
          "type": "OAuthException"
       }
    }

使用 spring 社交 ProviderSignInController。由于控制器内部负责检索访问令牌,我不知道如何调试它。

I'm getting

OAuth Exception
    {
       "error": {
          "message": "An active access token must be used to query information about the current user.",
          "type": "OAuthException"
       }
    }

using spring social ProviderSignInController. As the controller internally takes care of retrieving the access token I'm not knowing how to debug this.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

乞讨 2024-12-15 14:13:54

您可以从 Github 此处下载 spring-source 并在您的环境中构建以便进行调试。

You can download spring-source from Github here and build in your environment in order to debug.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文