Facebook 服务器端身份验证:为什么访问令牌请求需要重定向 uri?

发布于 2024-11-18 18:56:46 字数 89 浏览 3 评论 0原文

在服务器端身份验证流程中,Facebook 在应用程序请求访问令牌后不会执行任何重定向。

那么为什么访问令牌请求需要redirect_uri参数呢?

In the server side auth flow, Facebook does not execute any redirects after the app requests the access token.

So why does the access token request require a redirect_uri parameter?

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

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

发布评论

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

评论(1

沫离伤花 2024-11-25 18:56:46

请参阅 4.1.1 OAuth 2.0 规范

redirect_uri 是获取访问令牌时必需的参数。

从规格来看:

授权服务器必须:

  • 验证客户端凭据(如果存在)并确保它们匹配
    授权码。
  • 验证授权码和重定向 URI 是否全部
    有效并匹配其存储的关联。

See section 4.1.1 of the OAuth 2.0 Spec.

redirect_uri is a required paramter when obtaining an access token.

From the spec:

The authorization server MUST:

  • Validate the client credentials (if present) and ensure they match
    the authorization code.
  • Verify that the authorization code and redirection URI are all
    valid and match its stored association.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文