OpenID from EN to CN

0.6
LSZ 2016-08-24 22:00:26 +08:00
parent 3f4c7b2a0f
commit 1ffaa00618
1 changed files with 10 additions and 11 deletions

View File

@ -1909,16 +1909,15 @@
</p> </p>
<p>The Authorization Code Flow returns an Authorization Code to the <p>
Client, which can then exchange it for an ID Token and an Access Token directly. 授权码(Authorization Code)流程先给客户端返回一个授权码(Authorization Code),
This provides the benefit of not exposing any tokens to the 然后使用授权码直接去交换一个ID Token与Access Token.
User Agent and possibly other malicious applications with access 该流程的好处在于不会给用户代理(User Agent)暴露任何的令牌(tokens)
to the User Agent. 与防止其他可能的恶意程序进入用户代理(User Agent).
The Authorization Server can also 在使用授权码(Authorization Code)交换一个令牌(Access Token)之前,
authenticate the Client before exchanging the Authorization Code for an 授权服务器(Authorization Server)能够认证客户端.
Access Token. The Authorization Code flow is suitable for Clients that 授权码(Authorization Code)流程适用于客户端(Clients)能安全地在自己与
can securely maintain a Client Secret between themselves and the 授权服务器(Authorization Server)之间维护一个客户端密码(Client Secret).
Authorization Server.
</p> </p>
<a name="CodeFlowSteps"></a><br> <a name="CodeFlowSteps"></a><br>
<hr> <hr>
@ -1932,7 +1931,7 @@
<a name="rfc.section.3.1.1"></a> <a name="rfc.section.3.1.1"></a>
<h3>3.1.1.&nbsp; <h3>3.1.1.&nbsp;
Authorization Code Flow Steps</h3> 授权码(Authorization Code)认证流程步骤</h3>
<p>The Authorization Code Flow goes through the following <p>The Authorization Code Flow goes through the following
steps. steps.