OpenID from EN to CN
parent
e8144e0547
commit
50ac9e5791
|
@ -1743,10 +1743,8 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<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>
|
</p><br>
|
||||||
<hr class="insert">
|
<hr class="insert">
|
||||||
|
@ -1759,19 +1757,19 @@
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th align="left">Property</th>
|
<th align="left">属性</th>
|
||||||
<th align="left">Authorization Code Flow</th>
|
<th align="left">Authorization Code Flow</th>
|
||||||
<th align="left">Implicit Flow</th>
|
<th align="left">Implicit Flow</th>
|
||||||
<th align="left">Hybrid Flow</th>
|
<th align="left">Hybrid Flow</th>
|
||||||
</tr>
|
</tr>
|
||||||
<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">no</td>
|
||||||
<td align="left">yes</td>
|
<td align="left">yes</td>
|
||||||
<td align="left">no</td>
|
<td align="left">no</td>
|
||||||
</tr>
|
</tr>
|
||||||
<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">yes</td>
|
||||||
<td align="left">no</td>
|
<td align="left">no</td>
|
||||||
<td align="left">no</td>
|
<td align="left">no</td>
|
||||||
|
@ -1812,7 +1810,7 @@
|
||||||
<table border="0" cellpadding="0" cellspacing="2" align="center">
|
<table border="0" cellpadding="0" cellspacing="2" align="center">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
@ -1820,10 +1818,9 @@
|
||||||
<hr class="insert">
|
<hr class="insert">
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The flow used is determined by the <tt>response_type</tt>
|
流程的使用是由认证请求时包含的 <tt>response_type</tt>
|
||||||
value contained in the Authorization Request.
|
值所决定的.
|
||||||
These <tt>response_type</tt> values select
|
这些流程中可选的 <tt>response_type</tt> 值如下:
|
||||||
these flows:
|
|
||||||
|
|
||||||
</p><br>
|
</p><br>
|
||||||
<hr class="insert">
|
<hr class="insert">
|
||||||
|
@ -1834,8 +1831,8 @@
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th align="left">"response_type" value</th>
|
<th align="left">"response_type" 值</th>
|
||||||
<th align="left">Flow</th>
|
<th align="left">流程</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="left"><tt>code</tt> </td>
|
<td align="left"><tt>code</tt> </td>
|
||||||
|
@ -1867,7 +1864,7 @@
|
||||||
<table border="0" cellpadding="0" cellspacing="2" align="center">
|
<table border="0" cellpadding="0" cellspacing="2" align="center">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
Loading…
Reference in New Issue