Skip to content

Commit

Permalink
fixed layout bug in Section 2.3.1
Browse files Browse the repository at this point in the history
and add table of contents for Section 2.3.
  • Loading branch information
jeansfish committed Feb 12, 2013
1 parent 517dfc6 commit 4a3f362
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Section02/2.3.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
POST /token HTTP/1.1
Host: server.example.com
Content-Type: application/x-www-form-urlencoded
grant_type=refresh_token&refresh_token=tGzv3JOkF0XG5Qx2TlKWIA&client_id=s6BhdRkqt3&client_sec ret=7Fjfp0ZBr1KtDRbnfVdmIw
grant_type=refresh_token&refresh_token=tGzv3JOkF0XG5Qx2TlKWIA&client_id=s6BhdRkqt3&client_secret=7Fjfp0ZBr1KtDRbnfVdmIw

当使用密码身份验证发送请求时,授权服务器必须要求使用如[1.6](../Section01/1.6.md)所述的TLS。

Expand Down
5 changes: 4 additions & 1 deletion Section02/2.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@

机密客户端通常颁发(或建立)一组客户端凭据用于与授权服务器进行身份验证(例如,密码、公/私钥对)。授权服务器可以与公共客户端建立客户端身份验证方法。然而,授权服务器不能依靠公共客户端身份验证达到识别客户端的目的。

客户端在每次请求中不能使用一个以上的身份验证方法。
客户端在每次请求中不能使用一个以上的身份验证方法。

- 2.3.1. [客户端密码](2.3.1.md)
- 2.3.2. [其他身份验证方法](2.3.2.md)

0 comments on commit 4a3f362

Please sign in to comment.