OpenID from EN to CN

0.6
LSZ 2016-08-24 22:30:34 +08:00
parent 708453ce15
commit c09ad7ed4a
1 changed files with 6 additions and 8 deletions

View File

@ -429,7 +429,7 @@
授权码(Authorization Code)认证流程步骤<br> 授权码(Authorization Code)认证流程步骤<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a
href="#AuthorizationEndpoint">3.1.2.</a>&nbsp; href="#AuthorizationEndpoint">3.1.2.</a>&nbsp;
授权端点(Endpoint)<br> 授权端点(Authorization Endpoint)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a
href="#AuthRequest">3.1.2.1.</a>&nbsp; href="#AuthRequest">3.1.2.1.</a>&nbsp;
认证请求<br> 认证请求<br>
@ -1982,15 +1982,13 @@
<a name="rfc.section.3.1.2"></a> <a name="rfc.section.3.1.2"></a>
<h3>3.1.2.&nbsp; <h3>3.1.2.&nbsp;
Authorization Endpoint</h3> 授权端点(Authorization Endpoint)</h3>
<p> <p>
The Authorization Endpoint performs Authentication of the 授权端点(Authorization Endpoint)执行对最终用户(End-User)的认证(Authentication).
End-User. 这是通过发送用户代理(User Agent)给授权服务器(Authorization Server)的
This is done by sending the User Agent to 授权端点(Authorization Endpoint)进行认证(Authentication)与授权(Authorization)完成的,
the Authorization Server's Authorization Endpoint for Authentication and 这将使用OAuth 2.0协议中定义的请求参数,新增的参数以及OpenID Connect协议中定义的参数值.
Authorization, using request parameters defined by OAuth 2.0 and
additional parameters and parameter values defined by OpenID Connect.
</p> </p>