OpenID from EN to CN
parent
e8144e0547
commit
50ac9e5791
|
@ -1743,10 +1743,8 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
The characteristics of the three flows are summarized
|
||||
in the following non-normative table.
|
||||
The table is intended to provide some guidance on which flow to choose
|
||||
in particular contexts.
|
||||
这三类流程的特征总结在下面的非标准的表格中.
|
||||
该表格的目的是对具体的环境提供一些指导意见.
|
||||
|
||||
</p><br>
|
||||
<hr class="insert">
|
||||
|
@ -1759,19 +1757,19 @@
|
|||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th align="left">Property</th>
|
||||
<th align="left">属性</th>
|
||||
<th align="left">Authorization Code Flow</th>
|
||||
<th align="left">Implicit Flow</th>
|
||||
<th align="left">Hybrid Flow</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">All tokens returned from Authorization Endpoint</td>
|
||||
<td align="left">从授权端点(Authorization Endpoint)返回所有令牌</td>
|
||||
<td align="left">no</td>
|
||||
<td align="left">yes</td>
|
||||
<td align="left">no</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">All tokens returned from Token Endpoint</td>
|
||||
<td align="left">从令牌端点(Token Endpoint)返回所有令牌</td>
|
||||
<td align="left">yes</td>
|
||||
<td align="left">no</td>
|
||||
<td align="left">no</td>
|
||||
|
@ -1812,7 +1810,7 @@
|
|||
<table border="0" cellpadding="0" cellspacing="2" align="center">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="center"><font face="monaco, MS Sans Serif" size="1"><b> OpenID Connect Authentication Flows </b></font><br>
|
||||
<td align="center"><font face="monaco, MS Sans Serif" size="1"><b> OpenID Connect 认证流程 </b></font><br>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
@ -1820,10 +1818,9 @@
|
|||
<hr class="insert">
|
||||
|
||||
<p>
|
||||
The flow used is determined by the <tt>response_type</tt>
|
||||
value contained in the Authorization Request.
|
||||
These <tt>response_type</tt> values select
|
||||
these flows:
|
||||
流程的使用是由认证请求时包含的 <tt>response_type</tt>
|
||||
值所决定的.
|
||||
这些流程中可选的 <tt>response_type</tt> 值如下:
|
||||
|
||||
</p><br>
|
||||
<hr class="insert">
|
||||
|
@ -1834,8 +1831,8 @@
|
|||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th align="left">"response_type" value</th>
|
||||
<th align="left">Flow</th>
|
||||
<th align="left">"response_type" 值</th>
|
||||
<th align="left">流程</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><tt>code</tt> </td>
|
||||
|
@ -1867,7 +1864,7 @@
|
|||
<table border="0" cellpadding="0" cellspacing="2" align="center">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="center"><font face="monaco, MS Sans Serif" size="1"><b> OpenID Connect "response_type" Values </b></font><br>
|
||||
<td align="center"><font face="monaco, MS Sans Serif" size="1"><b> OpenID Connect "response_type" 值 </b></font><br>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
Loading…
Reference in New Issue