OpenID from EN to CN
parent
708453ce15
commit
c09ad7ed4a
|
@ -429,7 +429,7 @@
|
||||||
授权码(Authorization Code)认证流程步骤<br>
|
授权码(Authorization Code)认证流程步骤<br>
|
||||||
<a
|
<a
|
||||||
href="#AuthorizationEndpoint">3.1.2.</a>
|
href="#AuthorizationEndpoint">3.1.2.</a>
|
||||||
授权端点(Endpoint)<br>
|
授权端点(Authorization Endpoint)<br>
|
||||||
<a
|
<a
|
||||||
href="#AuthRequest">3.1.2.1.</a>
|
href="#AuthRequest">3.1.2.1.</a>
|
||||||
认证请求<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.
|
<h3>3.1.2.
|
||||||
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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue