forked from jeansfish/RFC6749.zh-cn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added errata 3500 and improved section 1.2
- Loading branch information
Showing
6 changed files
with
39 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
勘误编号:3500 | ||
|
||
状态:已核实 | ||
|
||
类型:编辑 | ||
|
||
报告者:John Field | ||
|
||
报告日期:2013-02-26 | ||
|
||
审核者:Stephen Farrell | ||
|
||
审核日期:2013-03-16 | ||
|
||
第[4.1](../Section04/4.1.md)节: | ||
|
||
- (E)授权服务器对客户端进行身份验证,验证授权代码,并确保接收的重定向URI与在步骤(C)中用于重定向客户端的URI相匹配。如果通过,授权服务器响应返回访问令牌与可选的刷新令牌。 | ||
|
||
应该是: | ||
|
||
- (E)授权服务器对客户端进行身份验证,验证授权代码,并确保接收的重定向URI与在步骤(C)中用于重定向(资源所有者的用户代理)到客户端的URI相匹配。如果通过,授权服务器响应返回访问令牌与可选的刷新令牌。 | ||
|
||
备注: | ||
|
||
问题中的URI是用于重定向资源所有者的用户代理回到客户端传送代码的URI。(E)步骤中原文好像说该URI用于重定向客户端,但是我认为这是对“客户端”这个词的不明确/不准确的使用。OAuth客户端不会使用URI被重定向,资源所有者的用户代理会被重定向**到**客户端。 | ||
|
||
插入的“(资源所有者的用户代理)”会更准确但是可能会太冗长了。我觉得,至少,我们必须说“……该URI用于在步骤(C)中重定向**到**客户端。” |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
- [3446](errata.3446.md) | ||
- [3446](errata.3446.md) | ||
- [3500](errata.3500.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters