OpenID from EN to CN

0.6
LSZ 2016-08-04 23:47:09 +08:00
parent 6ee3dfe7ff
commit 3ff70e21be
1 changed files with 8 additions and 9 deletions

View File

@ -1352,24 +1352,23 @@
<a name="rfc.section.1.3"></a> <a name="rfc.section.1.3"></a>
<h3>1.3.&nbsp; <h3>1.3.&nbsp;
Overview</h3> 概述</h3>
<p>The OpenID Connect protocol, in abstract, follows the following <p>OpenID Connect 协议可以抽象为以下几个步骤
steps.
</p> </p>
<p> <p>
</p> </p>
<ol class="text"> <ol class="text">
<li>The RP (Client) sends a request to the OpenID Provider (OP). <li>RP (客户端) 发送请求给 OpenID 提供商 (OP).
</li> </li>
<li>The OP authenticates the End-User and obtains authorization. <li>提供商(OP) 认证最终用户(End-User) 并获取授权.
</li> </li>
<li>The OP responds with an ID Token and usually an Access Token. <li>提供商(OP) 响应一个 ID Token 与一个 Access Token.
</li> </li>
<li>The RP can send a request with the Access Token to the UserInfo Endpoint. <li> RP 使用 Access Token 发送一个请求给 UserInfo Endpoint.
</li> </li>
<li>The UserInfo Endpoint returns Claims about the End-User. <li>UserInfo Endpoint 返回有关最终用户(End-User)的 Claims.
</li> </li>
</ol> </ol>
<p> <p>
@ -1377,7 +1376,7 @@
</p> </p>
<p> <p>
These steps are illustrated in the following diagram: 这些步骤如下图所示:
</p> </p>